diff --git a/l10n/ar.js b/l10n/ar.js index 4895d05e7f..af14aeb912 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -108,7 +108,9 @@ OC.L10N.register( "To translate individual parts of the text, select it before using the translate function." : "لترجمة أجزاء مستقلة من النص، حدّدها قبل استعمال وظيفة الترجمة.", "Translate from" : "ترجِم من", "Select language" : "اختر لغة", + "Text to translate from" : "النص الذي ستتم ترجمته", "to" : "إلى", + "Translated text result" : "نتيجة ترجمة النص", "Replace" : "إحلال", "Insert" : "إدخال", "Detect language" : "إكتشف اللغة", diff --git a/l10n/ar.json b/l10n/ar.json index dcd1098cff..81101fee0f 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -106,7 +106,9 @@ "To translate individual parts of the text, select it before using the translate function." : "لترجمة أجزاء مستقلة من النص، حدّدها قبل استعمال وظيفة الترجمة.", "Translate from" : "ترجِم من", "Select language" : "اختر لغة", + "Text to translate from" : "النص الذي ستتم ترجمته", "to" : "إلى", + "Translated text result" : "نتيجة ترجمة النص", "Replace" : "إحلال", "Insert" : "إدخال", "Detect language" : "إكتشف اللغة", diff --git a/l10n/ca.js b/l10n/ca.js index 339adce86a..1de1d9bf4d 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "document de text", "{user} has mentioned you in the text document {node}" : "{user} us ha esmentat en el document de text {node}", "This file cannot be displayed as download is disabled by the share" : "Aquest fitxer no es pot mostrar perquè la baixada està inhabilitada per l'ús compartit", + "No permission to access this file." : "No teniu permís per a accedir a aquest fitxer.", "Readme" : "Llegeix-me", "Text" : "Text", "📝 Collaborative document editing" : "📝 Edició col·laborativa de documents", @@ -107,7 +108,9 @@ OC.L10N.register( "To translate individual parts of the text, select it before using the translate function." : "Per a traduir parts del text, seleccioneu-les abans d'utilitzar la funció de traducció.", "Translate from" : "Tradueix de", "Select language" : "Seleccioneu la llengua", + "Text to translate from" : "Text que voleu traduir", "to" : "a", + "Translated text result" : "Text traduït", "Replace" : "Substitueix", "Insert" : "Insereix", "Detect language" : "Detecta la llengua", diff --git a/l10n/ca.json b/l10n/ca.json index e6de28a5dd..a8c7f593dd 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -14,6 +14,7 @@ "text document" : "document de text", "{user} has mentioned you in the text document {node}" : "{user} us ha esmentat en el document de text {node}", "This file cannot be displayed as download is disabled by the share" : "Aquest fitxer no es pot mostrar perquè la baixada està inhabilitada per l'ús compartit", + "No permission to access this file." : "No teniu permís per a accedir a aquest fitxer.", "Readme" : "Llegeix-me", "Text" : "Text", "📝 Collaborative document editing" : "📝 Edició col·laborativa de documents", @@ -105,7 +106,9 @@ "To translate individual parts of the text, select it before using the translate function." : "Per a traduir parts del text, seleccioneu-les abans d'utilitzar la funció de traducció.", "Translate from" : "Tradueix de", "Select language" : "Seleccioneu la llengua", + "Text to translate from" : "Text que voleu traduir", "to" : "a", + "Translated text result" : "Text traduït", "Replace" : "Substitueix", "Insert" : "Insereix", "Detect language" : "Detecta la llengua", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 15738e9b8d..30dc036704 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -108,7 +108,9 @@ OC.L10N.register( "To translate individual parts of the text, select it before using the translate function." : "Um einzelne Textteile zu übersetzen, wählen Sie diese aus, bevor Sie die Übersetzungsfunktion verwenden.", "Translate from" : "Übersetzen von", "Select language" : "Sprache wählen", + "Text to translate from" : "Text zu übersetzen von", "to" : "bis", + "Translated text result" : "Ergebnis des übersetzten Textes", "Replace" : "Ersetzen", "Insert" : "Einfügen", "Detect language" : "Sprache erkennen", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 4887bab8a9..35b95f115a 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -106,7 +106,9 @@ "To translate individual parts of the text, select it before using the translate function." : "Um einzelne Textteile zu übersetzen, wählen Sie diese aus, bevor Sie die Übersetzungsfunktion verwenden.", "Translate from" : "Übersetzen von", "Select language" : "Sprache wählen", + "Text to translate from" : "Text zu übersetzen von", "to" : "bis", + "Translated text result" : "Ergebnis des übersetzten Textes", "Replace" : "Ersetzen", "Insert" : "Einfügen", "Detect language" : "Sprache erkennen", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index d7b76d5dc6..0f60ac9f18 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -108,7 +108,9 @@ OC.L10N.register( "To translate individual parts of the text, select it before using the translate function." : "To translate individual parts of the text, select it before using the translate function.", "Translate from" : "Translate from", "Select language" : "Select language", + "Text to translate from" : "Text to translate from", "to" : "to", + "Translated text result" : "Translated text result", "Replace" : "Replace", "Insert" : "Insert", "Detect language" : "Detect language", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 11f6f6a3d7..1c51b59e6e 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -106,7 +106,9 @@ "To translate individual parts of the text, select it before using the translate function." : "To translate individual parts of the text, select it before using the translate function.", "Translate from" : "Translate from", "Select language" : "Select language", + "Text to translate from" : "Text to translate from", "to" : "to", + "Translated text result" : "Translated text result", "Replace" : "Replace", "Insert" : "Insert", "Detect language" : "Detect language", diff --git a/l10n/fr.js b/l10n/fr.js index cfae057024..09d644940b 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "document texte", "{user} has mentioned you in the text document {node}" : "{user} vous a mentionné dans le document texte {node}", "This file cannot be displayed as download is disabled by the share" : "Ce fichier ne peut pas être affiché car le téléchargement est désactivé par le partage.", + "No permission to access this file." : "Aucune autorisation d'accéder à ce fichier.", "Readme" : "Lisez moi", "Text" : "Texte", "📝 Collaborative document editing" : "📝 Édition collaborative de documents", @@ -107,7 +108,9 @@ OC.L10N.register( "To translate individual parts of the text, select it before using the translate function." : "Pour traduire des parties du texte, sélectionnez-les avant d'utiliser la fonction de traduction.", "Translate from" : "Traduire depuis", "Select language" : "Sélectionner la langue", + "Text to translate from" : "Texte à traduire depuis", "to" : "à", + "Translated text result" : "Résultat du texte traduit", "Replace" : "Remplacer", "Insert" : "Insérer", "Detect language" : "Détecter la langue", diff --git a/l10n/fr.json b/l10n/fr.json index a86816c17d..289a2d0fe5 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -14,6 +14,7 @@ "text document" : "document texte", "{user} has mentioned you in the text document {node}" : "{user} vous a mentionné dans le document texte {node}", "This file cannot be displayed as download is disabled by the share" : "Ce fichier ne peut pas être affiché car le téléchargement est désactivé par le partage.", + "No permission to access this file." : "Aucune autorisation d'accéder à ce fichier.", "Readme" : "Lisez moi", "Text" : "Texte", "📝 Collaborative document editing" : "📝 Édition collaborative de documents", @@ -105,7 +106,9 @@ "To translate individual parts of the text, select it before using the translate function." : "Pour traduire des parties du texte, sélectionnez-les avant d'utiliser la fonction de traduction.", "Translate from" : "Traduire depuis", "Select language" : "Sélectionner la langue", + "Text to translate from" : "Texte à traduire depuis", "to" : "à", + "Translated text result" : "Résultat du texte traduit", "Replace" : "Remplacer", "Insert" : "Insérer", "Detect language" : "Détecter la langue", diff --git a/l10n/sv.js b/l10n/sv.js index f636b118af..068612c23e 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -108,7 +108,9 @@ OC.L10N.register( "To translate individual parts of the text, select it before using the translate function." : "För att översätta enskilda delar av texten, välj den innan du använder översättningsfunktionen.", "Translate from" : "Översätt från", "Select language" : "Välj språk", + "Text to translate from" : "Text att översätta från", "to" : "till", + "Translated text result" : "Översatt textresultat", "Replace" : "Ersätt", "Insert" : "Infoga", "Detect language" : "Upptäck språk", diff --git a/l10n/sv.json b/l10n/sv.json index 824af8f5df..7ad93e57f5 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -106,7 +106,9 @@ "To translate individual parts of the text, select it before using the translate function." : "För att översätta enskilda delar av texten, välj den innan du använder översättningsfunktionen.", "Translate from" : "Översätt från", "Select language" : "Välj språk", + "Text to translate from" : "Text att översätta från", "to" : "till", + "Translated text result" : "Översatt textresultat", "Replace" : "Ersätt", "Insert" : "Infoga", "Detect language" : "Upptäck språk", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 5a5e3752bb..650c23e8f8 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -108,7 +108,9 @@ OC.L10N.register( "To translate individual parts of the text, select it before using the translate function." : "要翻譯部份文字,請在使用翻譯功能前選取該部份。", "Translate from" : "翻譯從", "Select language" : "選擇語言", + "Text to translate from" : "要翻譯的文字", "to" : "至", + "Translated text result" : "翻譯文字結果", "Replace" : "取代", "Insert" : "插入", "Detect language" : "檢測語言", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 9a5883dd26..85449fcbf7 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -106,7 +106,9 @@ "To translate individual parts of the text, select it before using the translate function." : "要翻譯部份文字,請在使用翻譯功能前選取該部份。", "Translate from" : "翻譯從", "Select language" : "選擇語言", + "Text to translate from" : "要翻譯的文字", "to" : "至", + "Translated text result" : "翻譯文字結果", "Replace" : "取代", "Insert" : "插入", "Detect language" : "檢測語言",