Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
ui.config.basic.adjustedColors.label = צבעי משתמש מותאמים
ui.config.basic.adjustedColors.description = התאמה אוטומטית של צבעים המוגדרים על ידי המשתמש (תווית, ערך, סמל) לנושא הנוכחי לניגודיות טובה יותר.
ui.config.basic.buttonRadius.label = צורת כפתור
ui.config.basic.buttonRadius.description = קובע את רדיוס הפינות של הכפתורים.
ui.config.basic.buttonRadius.option.square = מרובע
ui.config.basic.buttonRadius.option.rounded = מעוגל
ui.config.basic.buttonRadius.option.fullyRounded = מעוגל לחלוטין
ui.config.basic.biggerFontSize.label = גודל גופן גדול יותר
ui.config.basic.biggerFontSize.description = מציג טקסטים בממשק המשתמש עם גודל גופן גדול יותר מברירת המחדל.
ui.config.basic.capitalizeValues.label = השתמש באותיות גדולות בערכים
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui/web/src/assets/i18n/about/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"about.reload.purgeExplanation1": "Des caches et service workers sont en place pour charger cette application plus rapidement. Il est possible qu'une nouvelle version n'ait pas été détectée.",
"about.reload.purgeExplanation2": "Choisissez Purger et Recharger pour effacer les caches, désenregistrer les service workers et re-télécharger l'application depuis le serveur.",
"about.reload.purgeCachesAndRefresh": "Purger et Recharger",
"about.reload.confirmPurge": "Purger tous les caches applicatifs et désenregistrer les service workers ? Ceci va recharger la page depuis le serveur, ce qui peut prendre quelques secondes.",
"about.reload.confirmPurge": "Voulez-vous purger tous les caches applicatifs et désenregistrer les service workers ? Cela va recharger la page depuis le serveur, ce qui peut prendre quelques secondes.",
"about.reload.reloadApp": "Recharger l'App"
}
3 changes: 3 additions & 0 deletions bundles/org.openhab.ui/web/src/assets/i18n/common/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"dialogs.copy": "Copier",
"dialogs.create": "Créer",
"dialogs.delete": "Supprimer",
"dialogs.disable": "Désactiver",
"dialogs.enable": "Activer",
"dialogs.regenerate": "Regénérer",
"dialogs.reload": "Recharger",
"dialogs.retry": "Réessayez",
"dialogs.showAll": "Tout afficher",
Expand Down
5 changes: 5 additions & 0 deletions bundles/org.openhab.ui/web/src/assets/i18n/common/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"dialogs.save": "Salva",
"dialogs.close": "Chiudi",
"dialogs.copy": "Copia",
"dialogs.create": "Crea",
"dialogs.delete": "Elimina",
"dialogs.disable": "Disabilita",
"dialogs.enable": "Abilita",
"dialogs.regenerate": "Rigenera",
"dialogs.reload": "Aggiorna",
"dialogs.retry": "Riprova",
"dialogs.showAll": "Visualizza tutti",
Expand All @@ -15,6 +19,7 @@
"dialogs.search.things": "Cerca Things",
"dialogs.search.rules": "Cerca regole",
"dialogs.search.nothingFound": "Nessun risultato trovato",
"dialogs.search.persistence": "Cerca Persistenza",
"home.overview.title": "Panoramica",
"home.overview.tab": "Panoramica",
"home.overview.button.documentation": "Documentazione",
Expand Down
4 changes: 4 additions & 0 deletions bundles/org.openhab.ui/web/src/assets/i18n/common/iw.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"dialogs.save": "שמור",
"dialogs.close": "סגור",
"dialogs.copy": "העתק",
"dialogs.create": "צור",
"dialogs.delete": "מחק",
"dialogs.disable": "כבה",
"dialogs.enable": "הפעל",
"dialogs.regenerate": "להתחדש",
"dialogs.reload": "רענן",
"dialogs.retry": "נסה שוב",
"dialogs.showAll": "הצג הכל",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"HANDLER_INITIALIZING_ERROR": "ERREUR : HANDLER",
"HANDLER_MISSING_ERROR": "ERREUR : GESTIONNAIRE",
"TEMPLATE_MISSING_ERROR": "ERREUR : MODÈLE",
"TEMPLATE_PENDING": "MODÈLE EN ATTENTE",
"INVALID_RULE": "NON VALIDE",
"DISABLED": "DÉSACTIVÉ"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"HANDLER_INITIALIZING_ERROR": "ERRORE: HANDLER",
"HANDLER_MISSING_ERROR": "ERRORE: HANDLER",
"TEMPLATE_MISSING_ERROR": "ERRORE: TEMPLATE",
"TEMPLATE_PENDING": "ATTESA TEMPLATE",
"INVALID_RULE": "NON VALIDO",
"DISABLED": "DISABILITATO"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"HANDLER_INITIALIZING_ERROR": "שגיאה: מפעיל",
"HANDLER_MISSING_ERROR": "שגיאה: מפעיל",
"TEMPLATE_MISSING_ERROR": "שגיאה: תבנית",
"TEMPLATE_PENDING": "תבנית בהמתנה",
"INVALID_RULE": "לא מאושר",
"DISABLED": "מבוטל"
}
Loading