fix(i18n): translate system actions as complete phrases (#2403)

This commit is contained in:
spatiumstas
2026-09-24 19:23:42 +03:00
committed by GitHub
parent eabd9a950a
commit 367d2f39da
34 changed files with 486 additions and 11 deletions

View File

@@ -116,8 +116,6 @@ export const SystemDialog = ({ setOpen, system }: { setOpen: (open: boolean) =>
}
}
const systemTranslation = t`System`
return (
<DialogContent
className="w-[90%] sm:w-auto sm:ns-dialog max-w-full rounded-lg"
@@ -129,9 +127,9 @@ export const SystemDialog = ({ setOpen, system }: { setOpen: (open: boolean) =>
<DialogHeader>
<DialogTitle className="mb-1 pb-1 max-w-100 truncate pr-8">
{system ? (
<Trans>Edit {{ foo: systemTranslation }}</Trans>
<Trans>Edit System</Trans>
) : (
<Trans>Add {{ foo: systemTranslation }}</Trans>
<Trans>Add System</Trans>
)}
</DialogTitle>
<TabsList className="grid w-full grid-cols-2">
@@ -268,9 +266,9 @@ export const SystemDialog = ({ setOpen, system }: { setOpen: (open: boolean) =>
{/* Save */}
<Button>
{system ? (
<Trans>Save {{ foo: systemTranslation }}</Trans>
<Trans>Save System</Trans>
) : (
<Trans>Add {{ foo: systemTranslation }}</Trans>
<Trans>Add System</Trans>
)}
</Button>
</DialogFooter>

View File

@@ -1,4 +1,3 @@
import { t } from "@lingui/core/macro"
import { Trans } from "@lingui/react/macro"
import { getPagePath } from "@nanostores/router"
import {
@@ -48,8 +47,6 @@ export default function Navbar() {
const AdminLinks = AdminDropdownGroup()
const systemTranslation = t`System`
return (
<div className="flex items-center h-14 md:h-16 bg-card px-4 pe-3 sm:px-6 border border-border/60 bt-0 rounded-md my-4">
<Suspense>
@@ -140,7 +137,7 @@ export default function Navbar() {
}}
>
<PlusIcon className="h-4 w-4 me-2.5" />
<Trans>Add {{ foo: systemTranslation }}</Trans>
<Trans>Add System</Trans>
</DropdownMenuItem>
)}
</DropdownMenuGroup>
@@ -243,7 +240,7 @@ export default function Navbar() {
{!isReadOnlyUser() && (
<Button variant="outline" className="flex gap-1 ms-2" onClick={() => setAddSystemDialogOpen(true)}>
<PlusIcon className="h-4 w-4 -ms-1" />
<Trans>Add {{ foo: systemTranslation }}</Trans>
<Trans>Add System</Trans>
</Button>
)}
</div>

View File

@@ -136,6 +136,13 @@ msgstr "الحالة النشطة"
msgid "Add {foo}"
msgstr "إضافة {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "إضافة النظام"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "إضافة رابط"
@@ -782,6 +789,10 @@ msgstr "تعديل"
msgid "Edit {foo}"
msgstr "إضافة {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "إضافة النظام"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "احفظ العنوان باستخدام مفتاح الإدخال أو
msgid "Save Settings"
msgstr "حفظ الإعدادات"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "حفظ النظام"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "محفوظ في قاعدة البيانات ولا ينتهي حتى تقوم بتعطيله."

View File

@@ -136,6 +136,13 @@ msgstr "Активно състояние"
msgid "Add {foo}"
msgstr "Добави {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Добави Система"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Добави URL"
@@ -782,6 +789,10 @@ msgstr "Редактирай"
msgid "Edit {foo}"
msgstr "Редактиране на {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Редактиране на Система"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Запази адреса с enter или запетая. Остави
msgid "Save Settings"
msgstr "Запази настройките"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Запази Система"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Запазен е в базата данни и не изтича, докато не го деактивирате."

View File

@@ -136,6 +136,13 @@ msgstr "Aktivní stav"
msgid "Add {foo}"
msgstr "Přidat {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Přidat Systém"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Přidat URL"
@@ -782,6 +789,10 @@ msgstr "Upravit"
msgid "Edit {foo}"
msgstr "Upravit {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Upravit Systém"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Adresu uložte pomocí klávesy enter nebo čárky. Pro deaktivaci e-mai
msgid "Save Settings"
msgstr "Uložit nastavení"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Uložit Systém"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Uložen v databázi a nevyprší, dokud jej nezablokujete."

View File

@@ -136,6 +136,13 @@ msgstr "Aktiv tilstand"
msgid "Add {foo}"
msgstr "Tilføj {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Tilføj System"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Tilføj URL"
@@ -782,6 +789,10 @@ msgstr "Rediger"
msgid "Edit {foo}"
msgstr "Rediger {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Rediger System"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Gem adresse ved hjælp af enter eller komma. Lad feltet stå tomt for at
msgid "Save Settings"
msgstr "Gem indstillinger"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Gem System"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Gemt i databasen og udløber ikke, før du deaktiverer det."

View File

@@ -136,6 +136,13 @@ msgstr "Aktiver Zustand"
msgid "Add {foo}"
msgstr "{foo} hinzufügen"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "System hinzufügen"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "URL hinzufügen"
@@ -782,6 +789,10 @@ msgstr "Bearbeiten"
msgid "Edit {foo}"
msgstr "{foo} bearbeiten"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "System bearbeiten"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Adresse mit der Enter-Taste oder Komma speichern. Leer lassen, um E-Mail
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "System speichern"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "In der Datenbank gespeichert und läuft nicht ab, bis Sie es deaktivieren."

View File

@@ -136,6 +136,13 @@ msgstr "Ενεργή κατάσταση"
msgid "Add {foo}"
msgstr "Προσθήκη {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Προσθήκη Σύστημα"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Προσθήκη URL"
@@ -782,6 +789,10 @@ msgstr "Επεξεργασία"
msgid "Edit {foo}"
msgstr "Επεξεργασία {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Επεξεργασία Σύστημα"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Αποθηκεύστε τη διεύθυνση με Enter ή κόμμα.
msgid "Save Settings"
msgstr "Αποθήκευση ρυθμίσεων"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Αποθήκευση Σύστημα"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Αποθηκεύεται στη βάση δεδομένων και δεν λήγει μέχρι να το απενεργοποιήσετε."

View File

@@ -131,6 +131,13 @@ msgstr "Active state"
msgid "Add {foo}"
msgstr "Add {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Add System"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Add URL"
@@ -777,6 +784,10 @@ msgstr "Edit"
msgid "Edit {foo}"
msgstr "Edit {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Edit System"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1707,6 +1718,10 @@ msgstr "Save address using enter key or comma. Leave blank to disable email noti
msgid "Save Settings"
msgstr "Save Settings"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Save System"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Saved in the database and does not expire until you disable it."

View File

@@ -136,6 +136,13 @@ msgstr "Estado activo"
msgid "Add {foo}"
msgstr "Agregar {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Agregar Sistema"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Agregar URL"
@@ -782,6 +789,10 @@ msgstr "Editar"
msgid "Edit {foo}"
msgstr "Editar {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Editar Sistema"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Guarda la dirección usando la tecla enter o coma. Deja en blanco para d
msgid "Save Settings"
msgstr "Guardar configuración"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Guardar Sistema"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Guardado en la base de datos y no expira hasta que lo desactives."

View File

@@ -136,6 +136,13 @@ msgstr "وضعیت فعال"
msgid "Add {foo}"
msgstr "افزودن {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "افزودن سیستم"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "افزودن آدرس اینترنتی"
@@ -782,6 +789,10 @@ msgstr "ویرایش"
msgid "Edit {foo}"
msgstr "ویرایش {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "ویرایش سیستم"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "آدرس را با استفاده از کلید Enter یا کاما ذخ
msgid "Save Settings"
msgstr "ذخیره تنظیمات"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "ذخیره سیستم"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "در پایگاه داده ذخیره شده و تا زمانی که آن را غیرفعال نکنید، منقضی نمی‌شود."

View File

@@ -136,6 +136,13 @@ msgstr "État actif"
msgid "Add {foo}"
msgstr "Ajouter {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Ajouter Système"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Ajouter l’URL"
@@ -782,6 +789,10 @@ msgstr "Éditer"
msgid "Edit {foo}"
msgstr "Modifier {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Modifier Système"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Enregistrez l'adresse en utilisant la touche Entrée ou la virgule. Lais
msgid "Save Settings"
msgstr "Enregistrer les paramètres"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Enregistrer Système"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Enregistré dans la base de données et n'expire pas tant que vous ne le désactivez pas."

View File

@@ -136,6 +136,13 @@ msgstr "מצב פעיל"
msgid "Add {foo}"
msgstr "הוסף {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "הוסף מערכת"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "הוסף URL"
@@ -782,6 +789,10 @@ msgstr "ערוך"
msgid "Edit {foo}"
msgstr "ערוך {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "ערוך מערכת"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "שמור כתובת באמצעות מקש enter או פסיק. השאר
msgid "Save Settings"
msgstr "שמור הגדרות"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "שמור מערכת"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "נשמר במסד הנתונים ולא פג תוקף עד שתבטל אותו."

View File

@@ -136,6 +136,13 @@ msgstr "Aktivno stanje"
msgid "Add {foo}"
msgstr "Dodaj {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Dodaj Sustav"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Dodaj URL"
@@ -782,6 +789,10 @@ msgstr "Uredi"
msgid "Edit {foo}"
msgstr "Uredi {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Uredi Sustav"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Spremite adresu pomoću tipke enter ili zarez. Ostavite prazno kako bist
msgid "Save Settings"
msgstr "Spremi Postavke"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Spremi Sustav"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Spremljeno u bazi podataka i ne istječe dok ga ne onemogućite."

View File

@@ -136,6 +136,13 @@ msgstr "Aktív állapot"
msgid "Add {foo}"
msgstr "Hozzáadás {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Hozzáadás Rendszer"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "URL hozzáadása"
@@ -782,6 +789,10 @@ msgstr "Szerkesztés"
msgid "Edit {foo}"
msgstr "Szerkesztés {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Szerkesztés Rendszer"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Mentse el a címet az Enter billentyű vagy a vessző használatával. H
msgid "Save Settings"
msgstr "Beállítások mentése"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Rendszer mentése"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Elmentve az adatbázisban és nem jár le, amíg ki nem kapcsolod."

View File

@@ -136,6 +136,13 @@ msgstr "Status aktif"
msgid "Add {foo}"
msgstr "Tambah {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Tambah Sistem"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Tambah URL"
@@ -782,6 +789,10 @@ msgstr "Ubah"
msgid "Edit {foo}"
msgstr "Ubah {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Ubah Sistem"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Simpan alamat menggunakan tombol enter atau koma. Biarkan kosong untuk m
msgid "Save Settings"
msgstr "Simpan Pengaturan"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Simpan Sistem"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Disimpan di database dan tidak kedaluwarsa sampai Anda menonaktifkannya."

View File

@@ -136,6 +136,13 @@ msgstr "Stato attivo"
msgid "Add {foo}"
msgstr "Aggiungi {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Aggiungi Sistema"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Aggiungi URL"
@@ -782,6 +789,10 @@ msgstr "Modifica"
msgid "Edit {foo}"
msgstr "Modifica {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Modifica Sistema"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Salva l'indirizzo usando il tasto invio o la virgola. Lascia vuoto per d
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Salva Sistema"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Salvato nel database e non scade finché non lo disabiliti."

View File

@@ -136,6 +136,13 @@ msgstr "アクティブ状態"
msgid "Add {foo}"
msgstr "{foo}を追加"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "システムを追加"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "URLを追加"
@@ -782,6 +789,10 @@ msgstr "編集"
msgid "Edit {foo}"
msgstr "{foo}を編集"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "システムを編集"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Enterキーまたはカンマを使用してアドレスを保存しま
msgid "Save Settings"
msgstr "設定を保存"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "システム を保存"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "データベースに保存され、無効にするまで有効期限が切れません。"

View File

@@ -136,6 +136,13 @@ msgstr "활성 상태"
msgid "Add {foo}"
msgstr "{foo} 추가"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "시스템 추가"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "URL 추가"
@@ -782,6 +789,10 @@ msgstr "수정"
msgid "Edit {foo}"
msgstr "{foo} 수정"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "시스템 수정"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Enter 키 또는 쉼표를 사용하여 주소를 저장하세요. 이
msgid "Save Settings"
msgstr "설정 저장"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "시스템 저장"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "데이터베이스에 저장되며 비활성화할 때까지 만료되지 않습니다."

View File

@@ -136,6 +136,13 @@ msgstr "Actieve status"
msgid "Add {foo}"
msgstr "Voeg {foo} toe"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Voeg Systeem toe"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Voeg URL toe"
@@ -782,6 +789,10 @@ msgstr "Bewerken"
msgid "Edit {foo}"
msgstr "Bewerk {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Bewerk Systeem"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Bewaar het adres met de enter-toets of komma. Laat leeg om e-mailmelding
msgid "Save Settings"
msgstr "Instellingen opslaan"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Systeem opslaan"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Opgeslagen in de database en verloopt niet totdat u het uitschakelt."

View File

@@ -136,6 +136,13 @@ msgstr "Aktiv tilstand"
msgid "Add {foo}"
msgstr "Legg til {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Legg til System"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Legg Til URL"
@@ -782,6 +789,10 @@ msgstr "Rediger"
msgid "Edit {foo}"
msgstr "Rediger {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Rediger System"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Lagre adressen med Enter-tasten eller komma. La feltet være tomt for å
msgid "Save Settings"
msgstr "Lagre Innstillinger"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Lagre System"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Lagret i databasen og utløper ikke før du deaktiverer det."

View File

@@ -136,6 +136,13 @@ msgstr "Status aktywny"
msgid "Add {foo}"
msgstr "Dodaj {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Dodaj System"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Dodaj URL"
@@ -782,6 +789,10 @@ msgstr "Edytuj"
msgid "Edit {foo}"
msgstr "Edytuj {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Edytuj System"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Zapisz adres, używając klawisza enter lub przecinka. Pozostaw puste, a
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Zapisz System"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Zapisany w bazie danych. Nie wygasa, dopóki go nie wyłączysz."

View File

@@ -136,6 +136,13 @@ msgstr "Estado ativo"
msgid "Add {foo}"
msgstr "Adicionar {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Adicionar Sistema"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Adicionar URL"
@@ -782,6 +789,10 @@ msgstr "Editar"
msgid "Edit {foo}"
msgstr "Editar {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Editar Sistema"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Salve o endereço usando a tecla enter ou vírgula. Deixe em branco para
msgid "Save Settings"
msgstr "Guardar Definições"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Guardar Sistema"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Salvo no banco de dados e não expira até você desativá-lo."

View File

@@ -136,6 +136,13 @@ msgstr "Активное состояние"
msgid "Add {foo}"
msgstr "Добавить {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Добавить систему"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Добавить URL"
@@ -782,6 +789,10 @@ msgstr "Редактировать"
msgid "Edit {foo}"
msgstr "Редактировать {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Редактировать систему"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Сохраните адрес, используя клавишу вво
msgid "Save Settings"
msgstr "Сохранить настройки"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Сохранить систему"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Сохранено в базе данных и не истекает, пока вы его не отключите."

View File

@@ -136,6 +136,13 @@ msgstr "Aktivno stanje"
msgid "Add {foo}"
msgstr "Dodaj {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Dodaj Sistemsko"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Dodaj URL"
@@ -782,6 +789,10 @@ msgstr "Uredi"
msgid "Edit {foo}"
msgstr "Uredi {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Uredi Sistemsko"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Shranite naslov s tipko enter ali vejico. Pustite prazno, da onemogočit
msgid "Save Settings"
msgstr "Shrani nastavitve"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Shrani Sistemsko"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Shranjeno v bazi podatkov in ne poteče, dokler ga ne onemogočite."

View File

@@ -136,6 +136,13 @@ msgstr "Активно стање"
msgid "Add {foo}"
msgstr "Додај {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Додај Систем"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Додај URL"
@@ -782,6 +789,10 @@ msgstr "Измени"
msgid "Edit {foo}"
msgstr "Измени {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Измени Систем"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Сачувајте адресу користећи enter тастер и
msgid "Save Settings"
msgstr "Сачувај подешавања"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Сачувај Систем"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Сачувано у бази података и не истиче док га не онемогућите."

View File

@@ -136,6 +136,13 @@ msgstr "Aktivt tillstånd"
msgid "Add {foo}"
msgstr "Lägg till {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Lägg till System"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Lägg till URL"
@@ -782,6 +789,10 @@ msgstr "Redigera"
msgid "Edit {foo}"
msgstr "Redigera {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Redigera System"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Spara adressen med Enter-tangenten eller komma. Lämna tomt för att ina
msgid "Save Settings"
msgstr "Spara inställningar"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Spara System"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Sparad i databasen och upphör inte förrän du inaktiverar den."

View File

@@ -136,6 +136,13 @@ msgstr "Aktif durum"
msgid "Add {foo}"
msgstr "{foo} ekle"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Sistem ekle"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "URL Ekle"
@@ -782,6 +789,10 @@ msgstr "Düzenle"
msgid "Edit {foo}"
msgstr "{foo} düzenle"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Sistem düzenle"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Adresleri enter tuşu veya virgül ile kaydedin. E-posta bildirimlerini
msgid "Save Settings"
msgstr "Ayarları Kaydet"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Sistem Kaydet"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Veritabanında kaydedilir ve siz devre dışı bırakana kadar süresi dolmaz."

View File

@@ -136,6 +136,13 @@ msgstr "Активний стан"
msgid "Add {foo}"
msgstr "Додати {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Додати систему"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Додати URL"
@@ -782,6 +789,10 @@ msgstr "Редагувати"
msgid "Edit {foo}"
msgstr "Редагувати {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Редагувати систему"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Збережіть адресу, використовуючи клаві
msgid "Save Settings"
msgstr "Зберегти налаштування"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Зберегти систему"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Збережено в базі даних і залишається чинним, доки ви його не вимкнете."

View File

@@ -136,6 +136,13 @@ msgstr "Faol holat"
msgid "Add {foo}"
msgstr "{foo} qo'shish"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Tizim qo'shish"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "URL qo'shish"
@@ -782,6 +789,10 @@ msgstr "Tahrirlash"
msgid "Edit {foo}"
msgstr "{foo} tahrirlash"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Tizim tahrirlash"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Manzilni enter tugmasi yoki vergul yordamida saqlang. Elektron pochta bi
msgid "Save Settings"
msgstr "Sozlamalarni saqlash"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Tizim saqlash"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Ma'lumotlar bazasida saqlanadi va siz o'chirishingizcha muddati tugamaydi."

View File

@@ -136,6 +136,13 @@ msgstr "Trạng thái hoạt động"
msgid "Add {foo}"
msgstr "Thêm {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "Thêm Hệ thống"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "Thêm URL"
@@ -782,6 +789,10 @@ msgstr "Chỉnh sửa"
msgid "Edit {foo}"
msgstr "Chỉnh sửa {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "Chỉnh sửa Hệ thống"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "Lưu địa chỉ bằng cách sử dụng phím enter hoặc dấu ph
msgid "Save Settings"
msgstr "Lưu Cài đặt"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "Lưu Hệ thống"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "Được lưu trong cơ sở dữ liệu và không hết hạn cho đến khi bạn tắt nó."

View File

@@ -136,6 +136,13 @@ msgstr "活动状态"
msgid "Add {foo}"
msgstr "添加 {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "添加 系统"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "添加 URL"
@@ -782,6 +789,10 @@ msgstr "编辑"
msgid "Edit {foo}"
msgstr "编辑 {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "编辑 系统"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "使用回车键或逗号保存地址。留空以禁用电子邮件通知
msgid "Save Settings"
msgstr "保存设置"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "保存 系统"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "保存在数据库中的数据,在您禁用之前不会过期。"

View File

@@ -136,6 +136,13 @@ msgstr "活動狀態"
msgid "Add {foo}"
msgstr "新增 {foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "新增 系統"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "添加 URL"
@@ -782,6 +789,10 @@ msgstr "編輯"
msgid "Edit {foo}"
msgstr "編輯 {foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "編輯 系統"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "使用回車鍵或逗號保存地址。留空以禁用電子郵件通知
msgid "Save Settings"
msgstr "儲存設定"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "儲存 系統"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "儲存在資料庫中,在您停用之前不會過期。"

View File

@@ -136,6 +136,13 @@ msgstr "活動狀態"
msgid "Add {foo}"
msgstr "新增{foo}"
#: src/components/add-system.tsx
#: src/components/add-system.tsx
#: src/components/navbar.tsx
#: src/components/navbar.tsx
msgid "Add System"
msgstr "新增系統"
#: src/components/routes/settings/notifications.tsx
msgid "Add URL"
msgstr "新增 URL"
@@ -782,6 +789,10 @@ msgstr "編輯"
msgid "Edit {foo}"
msgstr "編輯{foo}"
#: src/components/add-system.tsx
msgid "Edit System"
msgstr "編輯系統"
#: src/components/login/auth-form.tsx
#: src/components/login/forgot-pass-form.tsx
#: src/components/login/otp-forms.tsx
@@ -1712,6 +1723,10 @@ msgstr "使用 Enter 鍵或逗號儲存地址。留空以停用電子郵件通
msgid "Save Settings"
msgstr "儲存設定"
#: src/components/add-system.tsx
msgid "Save System"
msgstr "儲存 系統"
#: src/components/routes/settings/tokens-fingerprints.tsx
msgid "Saved in the database and does not expire until you disable it."
msgstr "儲存在資料庫中,在您停用之前不會過期。"