Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #2229

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/locales/cs/layout/manage.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"items": {
"docker": "Docker",
"api": "API",
"migrate": ""
"migrate": "Přechod na verzi 1.0"
}
},
"about": {
Expand Down
30 changes: 15 additions & 15 deletions public/locales/cs/manage/migrate.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"metaTitle": "",
"pageTitle": "",
"description": "",
"metaTitle": "Přechod na verzi 1.0",
"pageTitle": "Migrace ploch, integrací a uživatelů",
"description": "Exportujete své plochy a uživatele do ZIP-Archivu, aby jste je mohli migrovat do Homarru po verzi 1.0.0",
"securityNote": {
"title": "",
"text": ""
"title": "Bezpečnostní poznámka",
"text": "Při exportování uživatelů a integrací se otevře okno s šifrovacím klíčem. Tento klíč je vyžadován pro následovný import dat do Homarru. Uchovejte jej na bezpečném místě a s nikým jej nesdílejte."
},
"form": {
"label": "",
"label": "Vyberte vše, co chcete exportovat",
"option": {
"boards": {
"label": ""
"label": "Exportovat plochy"
},
"integrations": {
"label": "",
"description": ""
"label": "Exportovat integrace",
"description": "Toto bude obsahovat pouze zašifrované údaje pro integrace. Tato možnost je dostupná pouze při exportování ploch"
},
"users": {
"label": "",
"description": ""
"label": "Exportovat uživatele",
"description": "Toto exportuje pouze údaje uživatelů, hesla, hash a salt jsou zašifrovány"
}
}
},
"action": {
"export": ""
"export": "Exportovat data"
},
"modal": {
"title": "",
"description": "",
"copyDismiss": ""
"title": "Šifrovací klíč",
"description": "Vaše data byla exportována. Uchovejte tento klíč v bezpečí a s nikým jej nesdílejte. Tento klíč budete potřebovat pro import dat do Homarru.",
"copyDismiss": "Zkopírovat a zavřít"
}
}
2 changes: 1 addition & 1 deletion public/locales/he/layout/manage.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"items": {
"docker": "דוקר",
"api": "ממשק API",
"migrate": ""
"migrate": "הגירה ל- 1.0"
}
},
"about": {
Expand Down
30 changes: 15 additions & 15 deletions public/locales/he/manage/migrate.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"metaTitle": "",
"pageTitle": "",
"description": "",
"metaTitle": "הגירה ל- 1.0",
"pageTitle": "הגירת לוחות, אינטגרציות ומשתמשים",
"description": "מייצא את הלוחות והמשתמשים שלך לארכיון ZIP כדי להעביר אותם ל-Homarr לאחר גרסה 1.0.0",
"securityNote": {
"title": "",
"text": ""
"title": "הערת אבטחה",
"text": "בעת ייצוא משתמשים ואינטגרציות יפתח מסך עם מפתח הצפנה. מפתח זה נדרש כדי לייבא את הנתונים לתוך Homarr. שמור על מפתח ההצפנה בטוח ואל תשתף אותו עם אף אחד."
},
"form": {
"label": "",
"label": "בחירת הפריטים לייצוא",
"option": {
"boards": {
"label": ""
"label": "ייצוא לוחות"
},
"integrations": {
"label": "",
"description": ""
"label": "ייצוא אינטגרציות",
"description": "זה יכלול אישורים מוצפנים לאינטגרציות. זמין רק בעת ייצוא לוחות"
},
"users": {
"label": "",
"description": ""
"label": "ייצוא משתמשים",
"description": "זה ייצא רק אישורי משתמש, סיסמאות hash ואותנטיקציה חד כיוונית מוצפנות"
}
}
},
"action": {
"export": ""
"export": "ייצוא נתונים"
},
"modal": {
"title": "",
"description": "",
"copyDismiss": ""
"title": "מפתח הצפנה",
"description": "הנתונים שלך יוצאו. שמור את המפתח הזה בטוח ואל תשתף אותו עם אף אחד. תזדקק למפתח הזה כדי לייבא את הנתונים לתוך Homarr.",
"copyDismiss": "העתק וסגור"
}
}
2 changes: 1 addition & 1 deletion public/locales/it/layout/manage.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"items": {
"docker": "Docker",
"api": "API",
"migrate": ""
"migrate": "Migrare alla 1.0"
}
},
"about": {
Expand Down
6 changes: 3 additions & 3 deletions public/locales/it/manage/migrate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"metaTitle": "",
"metaTitle": "Migrare alla 1.0",
"pageTitle": "",
"description": "",
"description": "Esporta le tue bacheche e gli utenti in un archivio ZIP per migrarli su Homarr dopo la versione 1.0.0",
"securityNote": {
"title": "",
"title": "Note di sicurezza",
"text": ""
},
"form": {
Expand Down
2 changes: 1 addition & 1 deletion public/locales/tr/layout/manage.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"items": {
"docker": "Docker",
"api": "API",
"migrate": ""
"migrate": "1.0'a geçiş yapın"
}
},
"about": {
Expand Down
30 changes: 15 additions & 15 deletions public/locales/tr/manage/migrate.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"metaTitle": "",
"pageTitle": "",
"description": "",
"metaTitle": "1.0'a geçiş yapın",
"pageTitle": "Panoları, entegrasyonları ve kullanıcıları taşıyın",
"description": "Panolarınızı ve kullanıcılarınızı 1.0.0 sürümünden sonra Homarr'a taşımak için bir ZIP Arşivine aktarır",
"securityNote": {
"title": "",
"text": ""
"title": "Güvenlik Notu",
"text": "Kullanıcıları ve entegrasyonları dışa aktarırken, bir şifreleme anahtarıyla bir modal da açacaktır. Bu anahtar, verileri Homarr'a içe aktarmak için gereklidir. Bunu güvende tutun ve kimseyle paylaşmayın."
},
"form": {
"label": "",
"label": "Dışa aktarmak istediğinizlerini seçin",
"option": {
"boards": {
"label": ""
"label": "Panoları Dışa Aktar"
},
"integrations": {
"label": "",
"description": ""
"label": "Entegrasyonları Dışa aktar",
"description": "Buna entegrasyonlar için şifrelenmiş kimlik bilgileri de dahildir. Yalnızca panoları dışa aktarırken kullanılabilir"
},
"users": {
"label": "",
"description": ""
"label": "Kullanıcıları Dışa aktar",
"description": "Yalnızca kimlik bilgilerini dışa aktarır, karma ve tuzlama parolar şifrelenir"
}
}
},
"action": {
"export": ""
"export": "Verileri dışa aktar"
},
"modal": {
"title": "",
"description": "",
"copyDismiss": ""
"title": "Şifreleme anahtarı",
"description": "Verileriniz dışarı aktarıldı. Anahtarı güvende tutun ve kimseyle paylaşmayın. Verileri Homarr'a aktarmak için bu anahtara ihtiyacınız olacak.",
"copyDismiss": "Kopyala & Kapat"
}
}
Loading