diff --git a/display/entry/src/main/resources/ar-wearable/element/plural.json b/display/entry/src/main/resources/ar-wearable/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..f1ca444458666b01121fb888c5b16be0cb3dae1f --- /dev/null +++ b/display/entry/src/main/resources/ar-wearable/element/plural.json @@ -0,0 +1,51 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"رقم خاطئ، لا تزال لديك محاولة واحدة متبقية", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"رقم خاطئ، لا تزال لديك %d محاولة متبقية", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"zero", + "value":"رقم خاطئ، لا تزال لديك %d محاولات متبقية", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"غير صحيح، لا تزال لديك %d محاولات متبقية", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"رقم خاطئ، لا تزال لديك %d محاولة متبقية", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"two", + "value":"رقم خاطئ، لا تزال لديك محاولتين متبقيتين", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ar-wearable/element/string.json b/display/entry/src/main/resources/ar-wearable/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..5e37d896bcf635ef0fc4dfa3ceaa990ca804da8c --- /dev/null +++ b/display/entry/src/main/resources/ar-wearable/element/string.json @@ -0,0 +1,11 @@ +{ + "string":[ + { + "name":"dm_confirm_title_hap", + "value":"تطبيق %1$s على \u202a%2$s\u202c يريد الوصول إلى هذا الجهاز. الوثوق بهذا التطبيق؟", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ar/element/plural.json b/display/entry/src/main/resources/ar/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..45fac9c6b13ab15ad88b3d51873efebf7da8f5bc --- /dev/null +++ b/display/entry/src/main/resources/ar/element/plural.json @@ -0,0 +1,98 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"رقم خاطئ. لا تزال لديك محاولة واحدة متبقية.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"رقم خاطئ. لا تزال لديك %d محاولة متبقية.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"zero", + "value":"رقم خاطئ. لا تزال لديك %d محاولات متبقية.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"رقم خاطئ. لا تزال لديك %d محاولات متبقية.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"رقم خاطئ. لا تزال لديك %d محاولة متبقية.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"two", + "value":"رقم خاطئ. لا تزال لديك محاولتين متبقيتين.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"عدم الوثوق (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"عدم الوثوق (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"zero", + "value":"عدم الوثوق (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"عدم الوثوق (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"عدم الوثوق (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"two", + "value":"عدم الوثوق (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ar/element/string.json b/display/entry/src/main/resources/ar/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..fbe2b4d875f39ce112e7a991fd183bc1e7e23435 --- /dev/null +++ b/display/entry/src/main/resources/ar/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"رمز الاتصال", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"تطبيق %1$s على \u202a%2$s\u202c يريد الوصول إلى هذا الجهاز. هل تريد الوثوق بهذا التطبيق؟", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"إلغاء", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"أدخل رمز الاتصال", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"هذا الإذن مطلوب لمزامنة البيانات والمشاركة بين الأجهزة.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"الوثوق هذه المرة", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"الوثوق دائمًا", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/base/element/plural.json b/display/entry/src/main/resources/base/element/plural.json index f103d249c9a88320efd93b45090dd412c9d5ceef..b2487ab67893f3ddf2c83a28f107094993ad7093 100644 --- a/display/entry/src/main/resources/base/element/plural.json +++ b/display/entry/src/main/resources/base/element/plural.json @@ -5,11 +5,17 @@ "value":[ { "quantity":"one", - "value":"Don't trust (%d)" + "value":"Don't trust (%d)", + "attr":{ + "priority":"translate" + } }, { "quantity":"other", - "value":"Don't trust (%d)" + "value":"Don't trust (%d)", + "attr":{ + "priority":"translate" + } } ] }, @@ -18,11 +24,17 @@ "value":[ { "quantity":"one", - "value":"Incorrect. %d attempt remaining." + "value":"Incorrect. %d attempt remaining.", + "attr":{ + "priority":"translate" + } }, { "quantity":"other", - "value":"Incorrect. %d attempts remaining." + "value":"Incorrect. %d attempts remaining.", + "attr":{ + "priority":"translate" + } } ] } diff --git a/display/entry/src/main/resources/base/element/string.json b/display/entry/src/main/resources/base/element/string.json index ad22f14feb9945e54dd5971f128f73c048c7d806..c4de811ed68319d93c2c118d467224790c7a7b8c 100644 --- a/display/entry/src/main/resources/base/element/string.json +++ b/display/entry/src/main/resources/base/element/string.json @@ -26,11 +26,17 @@ }, { "name":"dm_allow_temp", - "value":"Trust this time" + "value":"Trust this time", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_always", - "value":"Always trust" + "value":"Always trust", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect_device", @@ -46,7 +52,10 @@ }, { "name":"dm_cancel", - "value":"Cancel" + "value":"Cancel", + "attr":{ + "priority":"LT" + } }, { "name":"dm_authenticating", @@ -54,7 +63,10 @@ }, { "name":"dm_connect_code", - "value":"Connection code" + "value":"Connection code", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_cast", @@ -62,11 +74,17 @@ }, { "name":"dm_confirm_title_hap", - "value":"%1$s on %2$s would like to access this device. Trust this app?" + "value":"%1$s on %2$s would like to access this device. Trust this app?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_intention", - "value":"This is required for cross-device data syncing and collaboration." + "value":"This is required for cross-device data syncing and collaboration.", + "attr":{ + "priority":"LT" + } }, { "name":"dm_bluetooth_dialog_content", @@ -78,7 +96,10 @@ }, { "name":"dm_enter_peer_connect_code", - "value":"Enter connection code" + "value":"Enter connection code", + "attr":{ + "priority":"translate" + } }, { "name":"dm_password_error", diff --git a/display/entry/src/main/resources/bg/element/plural.json b/display/entry/src/main/resources/bg/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..b53987e78b6719d0f5404bf61502689e200ef589 --- /dev/null +++ b/display/entry/src/main/resources/bg/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Неправилно. Остава %d опит.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Неправилно. Остават %d опита.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Не се доверявам (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Не се доверявам (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/bg/element/string.json b/display/entry/src/main/resources/bg/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..7aefc1f80badcbdc9f9a22de05cb0cc12cde96c9 --- /dev/null +++ b/display/entry/src/main/resources/bg/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Код за връзка", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s на %2$s иска достъп до това устройство. Доверявате ли се на това приложение?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Отказ", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Въведете код за връзка", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Това е необходимо за синхронизиране на данни между устройства и сътрудничество.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Доверяване този път", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Винаги се доверявай", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/bn/element/plural.json b/display/entry/src/main/resources/bn/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..ead89818f7e99e057226a46ed346d0fb7f999a5e --- /dev/null +++ b/display/entry/src/main/resources/bn/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"ভুল। %dটি প্রচেষ্টা অবশিষ্ট আছে।", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"ভুল। %dটি প্রচেষ্টা অবশিষ্ট আছে।", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"আস্থা নেই (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"আস্থা নেই (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/bn/element/string.json b/display/entry/src/main/resources/bn/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..035cadae063e14278921b5d1fba38835549ac78d --- /dev/null +++ b/display/entry/src/main/resources/bn/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"সংযোগ কোড", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%2$s-এর %1$s এই ডিভাইসে অ্যাক্সেস করতে চায়। অ্যাপটির উপর আস্থা রাখবেন?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"বাতিল করুন", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"সংযোগ কোড লিখুন", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"বিভিন্ন ডিভাইসের মধ্যে ডেটা সিঙ্কিং ও সমন্বয়ের জন্য এটি প্রয়োজন।", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"কেবল এবার আস্থা রাখুন", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"সবসময় আস্থা থাকবে", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/cs/element/plural.json b/display/entry/src/main/resources/cs/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..f0fa15c192990f83faa351a54a53839bc451f10f --- /dev/null +++ b/display/entry/src/main/resources/cs/element/plural.json @@ -0,0 +1,70 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Nesprávně. Zbývá %d pokus.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Nesprávně. Zbývá %d pokusů.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nesprávně. Zbývají %d pokusy.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Nesprávně. Zbývá %d pokusů.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Nedůvěřovat (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Nedůvěřovat (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nedůvěřovat (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Nedůvěřovat (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/cs/element/string.json b/display/entry/src/main/resources/cs/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..61b75a3cbb01edcf1ae1b875125064cb6f8bdeba --- /dev/null +++ b/display/entry/src/main/resources/cs/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Kód připojení", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Aplikace %1$s na zařízení %2$s získat přístup k tomuto zařízení. Důvěřovat této aplikaci?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Zrušit", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Zadejte kód připojení", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"To je nutné pro synchronizaci dat a spolupráci mezi zařízeními.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Tentokrát důvěřovat", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Vždy důvěřovat", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/da/element/plural.json b/display/entry/src/main/resources/da/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..61f6f15f1b83855a31d9ad2915a9ce6bd160adbb --- /dev/null +++ b/display/entry/src/main/resources/da/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Forkert. %d forsøg tilbage.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Forkert. %d forsøg tilbage.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Hav ikke tillid (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Hav ikke tillid (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/da/element/string.json b/display/entry/src/main/resources/da/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..d7fa111a06b3b2beff85b0e4b652eed7ff4706a6 --- /dev/null +++ b/display/entry/src/main/resources/da/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Tilslutningskode", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s på %2$s vil gerne have adgang til denne enhed. Hav tillid til denne app?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Annuller", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Indtast tilslutningskode", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Dette kræves til datasynkronisering og samarbejde på tværs af enheder.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Hav tillid denne gang", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Hav altid tillid", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/de/element/plural.json b/display/entry/src/main/resources/de/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..b4dcf9ea534450e2e1d53f25d330ae4b192124f8 --- /dev/null +++ b/display/entry/src/main/resources/de/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Falscher Code, noch %d Versuch übrig.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Falscher Code, noch %d Versuche übrig.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Nicht vertrauen (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Nicht vertrauen (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/de/element/string.json b/display/entry/src/main/resources/de/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..640d971275405a0364e86295c1f56f06792f08ed --- /dev/null +++ b/display/entry/src/main/resources/de/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Verbindungscode", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s auf %2$s möchte auf dieses Gerät zugreifen. Dieser App vertrauen?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Abbrechen", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Verbindungscode eingeben", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Dies ist für die geräteübergreifende Datensynchronisierung und Kooperation erforderlich.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Dieses Mal vertrauen", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Immer Vertrauen", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/el/element/plural.json b/display/entry/src/main/resources/el/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..6fcef5c3f20a6321a3336f354ee464001066b6c5 --- /dev/null +++ b/display/entry/src/main/resources/el/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Λανθασμένος. Απομένει %d προσπάθεια.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Λανθασμένος. Απομένουν %d προσπάθειες.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Να μην θεωρείται αξιόπιστο (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Να μην θεωρείται αξιόπιστο (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/el/element/string.json b/display/entry/src/main/resources/el/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..33e36d5e5247cfaff74bc4d9cd54b20ced659bb4 --- /dev/null +++ b/display/entry/src/main/resources/el/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Κωδικός σύνδεσης", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Η εφαρμογή %1$s στη συσκευή %2$s θέλει να έχει πρόσβαση σε αυτήν τη συσκευή. Εμπιστεύεστε αυτήν την εφαρμογή;", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Ακύρωση", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Εισαγωγή κωδικού σύνδεσης", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Αυτό απαιτείται για συγχρονισμό δεδομένων μεταξύ συσκευών και συνεργασία.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Να θεωρηθεί αξιόπιστο αυτή τη φορά", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Να θεωρείται πάντα αξιόπιστο", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/en_GB/element/plural.json b/display/entry/src/main/resources/en_GB/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..31e7a68d158abed0a3787c465837e4006ca5f13f --- /dev/null +++ b/display/entry/src/main/resources/en_GB/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Incorrect. %d attempt remaining.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Incorrect. %d attempts remaining.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Don't trust (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Don't trust (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/en_GB/element/string.json b/display/entry/src/main/resources/en_GB/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..95967e472fd71086777941bde62017b94ab6bfd1 --- /dev/null +++ b/display/entry/src/main/resources/en_GB/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Connection code", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s on %2$s would like to access this device. Trust this app?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Cancel", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Enter connection code", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"This is required for cross-device data syncing and collaboration.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Trust this time", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Always trust", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/es/element/plural.json b/display/entry/src/main/resources/es/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..f8ceb54a911fdbc112cc3c31628bd8713126d607 --- /dev/null +++ b/display/entry/src/main/resources/es/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Incorrecto. Queda %d intento.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Incorrecto. Quedan %d intentos.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"No confiar (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"No confiar (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/es/element/string.json b/display/entry/src/main/resources/es/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..b61280d33eb868853f20ff5f35cf6ecda8984b7c --- /dev/null +++ b/display/entry/src/main/resources/es/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Código de conexión", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"La aplicación %1$s del %2$s quiere acceder a este dispositivo. ¿Confiar en esta aplicación?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Cancelar", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Introduce el código de conexión", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Esta acción es necesaria para la colaboración y sincronización de datos entre dispositivos.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Confiar esta vez", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Confiar siempre", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/es_US/element/plural.json b/display/entry/src/main/resources/es_US/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..f8ceb54a911fdbc112cc3c31628bd8713126d607 --- /dev/null +++ b/display/entry/src/main/resources/es_US/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Incorrecto. Queda %d intento.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Incorrecto. Quedan %d intentos.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"No confiar (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"No confiar (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/es_US/element/string.json b/display/entry/src/main/resources/es_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..b09c22c0768d461208977003d47ae661f71b8693 --- /dev/null +++ b/display/entry/src/main/resources/es_US/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Código de conexión", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"La aplicación %1$s del %2$s quiere acceder a este dispositivo. ¿Confiar en esta aplicación?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Cancelar", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Ingresa el código de conexión", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Esta acción es necesaria para la colaboración y sincronización de datos entre dispositivos.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Confiar esta vez", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Confiar siempre", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/et/element/plural.json b/display/entry/src/main/resources/et/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..f988cfb55c2356e24777012522f897081a7155a2 --- /dev/null +++ b/display/entry/src/main/resources/et/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Vale. Jäänud on %d katse.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Vale. Jäänud on %d katset.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Ärge usaldage (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Ärge usaldage (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/et/element/string.json b/display/entry/src/main/resources/et/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..43a864f030fa38c08506096ca5656b8d3999abb0 --- /dev/null +++ b/display/entry/src/main/resources/et/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Ühenduskood", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Rakendus %1$s seadmes %2$s soovib sellele seadmele juurde pääseda. Kas usaldada seda rakendust?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Tühista", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Sisestage ühenduskood", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"See on vajalik seadmeteüleseks andmete sünkroonimiseks ja koostööks.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Usalda sel korral", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Alati usalda", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/fa/element/plural.json b/display/entry/src/main/resources/fa/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..131509f610a87e47facedeff19260cae27041407 --- /dev/null +++ b/display/entry/src/main/resources/fa/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"نادرست است. ‏%d تلاش باقی مانده است.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"نادرست است. ‏%d تلاش باقی مانده است.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"مورداعتماد نیست (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"مورداعتماد نیست (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/fa/element/string.json b/display/entry/src/main/resources/fa/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..3624e907a0e68663ced30b66620cd9048ace7375 --- /dev/null +++ b/display/entry/src/main/resources/fa/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"کد اتصال", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"‏%1$s در %2$s مایل به دسترسی به این دستگاه است. این برنامه مورداعتماد است؟", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"لغو کردن", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"کد اتصال را وارد کنید", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"این امر برای همکاری و همگام‌سازی داده‌ها بین دستگاه‌های مختلف ضروری است.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"این بار مورداعتماد است", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"همیشه مورداعتماد است", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/fi/element/plural.json b/display/entry/src/main/resources/fi/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..2839b082f82645b81731aad1280247825dcf88b4 --- /dev/null +++ b/display/entry/src/main/resources/fi/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Virheellinen. %d yritys jäljellä.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Virheellinen. %d yritystä jäljellä.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Älä luota (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Älä luota (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/fi/element/string.json b/display/entry/src/main/resources/fi/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..5e7deb7ffdc04f227262efb5950114853de82dc3 --- /dev/null +++ b/display/entry/src/main/resources/fi/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Yhteyskoodi", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Sovellus %1$s laitteessa %2$s haluaa käyttää tätä laitetta. Luotetaanko tähän sovellukseen?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Peruuta", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Anna yhteyskoodi", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Tämä tarvitaan laitteiden väliseen tietojen synkronointiin ja yhteistyöhön.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Luota tällä kertaa", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Luota aina", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/fr/element/plural.json b/display/entry/src/main/resources/fr/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..45cf7f4d58ac092d391e7df974ce8124f5938c1d --- /dev/null +++ b/display/entry/src/main/resources/fr/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Le code est incorrect. Il reste %d essai.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Le code est incorrect. Il reste %d essais.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Ne pas faire confiance (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Ne pas faire confiance (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/fr/element/string.json b/display/entry/src/main/resources/fr/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..8b740a05ab2ad4ea4d8f56f3a08494eee3da91b1 --- /dev/null +++ b/display/entry/src/main/resources/fr/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Code de connexion", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"L'application %1$s sur %2$s souhaite accéder à cet appareil. Faire confiance à cette application ?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Annuler", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Saisir le code de connexion", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Ceci est nécessaire pour la synchronisation des données et la collaboration multi-appareils.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Faire confiance cette fois", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Toujours faire confiance", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/hi/element/plural.json b/display/entry/src/main/resources/hi/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..a81e3dfc6e65d366612996e5741368fbe98371b9 --- /dev/null +++ b/display/entry/src/main/resources/hi/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"गलत। %d प्रयास शेष है।", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"गलत। %d प्रयास शेष हैं।", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"भरोसा न करें (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"भरोसा न करें (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/hi/element/string.json b/display/entry/src/main/resources/hi/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..61e622c690cad42e6005b3cfed6cb6ea863c1b16 --- /dev/null +++ b/display/entry/src/main/resources/hi/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"कनेक्शन कोड", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%2$s पर %1$s इस डिवाइस तक पहुँच प्राप्त करना चाहता है। इस ऐप पर भरोसा करें?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"रद्द करें", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"कनेक्शन कोड दर्ज करें", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"यह क्रॉस-डिवाइस डेटा सिंकिंग और सहयोग के लिए आवश्यक है।", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"इस बार भरोसा करें", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"हमेशा भरोसा करें", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/hr/element/plural.json b/display/entry/src/main/resources/hr/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..492173994c6cb86881459c37caeb7a3b6b04c56a --- /dev/null +++ b/display/entry/src/main/resources/hr/element/plural.json @@ -0,0 +1,56 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Nije točno. Preostao je %d pokušaj.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Nije točno. Preostalo je %d pokušaja.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nije točno. Preostala su %d pokušaja.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Ne smatraj pouzdanim (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Ne smatraj pouzdanim (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Ne smatraj pouzdanim (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/hr/element/string.json b/display/entry/src/main/resources/hr/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..a4199315bd09169ca32ae98b05eec8349ed00bb7 --- /dev/null +++ b/display/entry/src/main/resources/hr/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Kod za povezivanje", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Aplikacija %1$s na uređaju %2$s željela bi pristupiti ovom uređaju. Želite li ovu aplikaciju smatrati pouzdanom?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Odustani", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Unesite kod za povezivanje", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"To je potrebno za sinkronizaciju podataka na više uređaja i suradnju među uređajima.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Vjeruj ovaj put", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Uvijek smatraj pouzdanim", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/hu/element/plural.json b/display/entry/src/main/resources/hu/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..81ecdf2ac440162b0b97f1052b3ebdde112e0480 --- /dev/null +++ b/display/entry/src/main/resources/hu/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Helytelen. %d próbálkozási lehetőség maradt.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Helytelen. %d próbálkozási lehetőség maradt.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Nem megbízható (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Nem megbízható (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/hu/element/string.json b/display/entry/src/main/resources/hu/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1fdb0c568578d60e151c0ea610b16daf1c1399ef --- /dev/null +++ b/display/entry/src/main/resources/hu/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Csatlakozási kód", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s, %2$s készüléken szeretne hozzáférni ehhez a készülékhez. Megbízik az alkalmazásban?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Mégse", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Adja meg a csatlakozási kódot", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Erre a készülékek közötti adatszinkronizáláshoz és együttműködéshez van szükség.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Ezúttal kezelje megbízhatóként", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Mindig megbízható", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/in/element/plural.json b/display/entry/src/main/resources/in/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..eb1c8f4141ee84a07f94a48d322ecb2adf4a0e6a --- /dev/null +++ b/display/entry/src/main/resources/in/element/plural.json @@ -0,0 +1,28 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"other", + "value":"Salah. Tersisa %d kesempatan.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Jangan percayai (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/in/element/string.json b/display/entry/src/main/resources/in/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..3b211eece143f48114285277f2cd4396cbfe8d16 --- /dev/null +++ b/display/entry/src/main/resources/in/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Kode koneksi", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s yang ada di %2$s ingin mengakses perangkat ini. Percayai aplikasi ini?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Batal", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Masukkan kode koneksi", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Ini diperlukan untuk sinkronisasi data dan kolaborasi lintas perangkat.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Percayai kali ini", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Selalu percayai", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/it/element/plural.json b/display/entry/src/main/resources/it/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..28f581afab9ce9067b41fa961c6ba077a9bf6b8a --- /dev/null +++ b/display/entry/src/main/resources/it/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Errato. %d tentativo restante.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Errato. %d tentativi restanti.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Non considerare attendibile (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Non considerare attendibile (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/it/element/string.json b/display/entry/src/main/resources/it/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..e21e2bd04aa7bb3c050b0531e1ef82a0733ded9e --- /dev/null +++ b/display/entry/src/main/resources/it/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Codice di connessione", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s su %2$s desidera accedere a questo dispositivo. Considerare questa app attendibile?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Annulla", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Inserisci il codice di connessione", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"È necessario per la sincronizzazione dei dati e la collaborazione tra più dispositivi.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Considera attendibile questa volta", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Sempre attendibile", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/iw/element/plural.json b/display/entry/src/main/resources/iw/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..fff34fbcd9727acffc34b5dbc56b6c2bd281c2ac --- /dev/null +++ b/display/entry/src/main/resources/iw/element/plural.json @@ -0,0 +1,70 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"שגוי. ניסיון %d נותר.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"שגוי. ‏%d ניסיונות נותרו.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"שגוי. ‏%d ניסיונות נותרו.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"two", + "value":"שגוי. ‏%d ניסיונות נותרו.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"אל תיתן אמון (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"אל תיתן אמון (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"אל תיתן אמון (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"two", + "value":"אל תיתן אמון (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/iw/element/string.json b/display/entry/src/main/resources/iw/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..3217d397b6d5583e2df94bb4e89465efb4906949 --- /dev/null +++ b/display/entry/src/main/resources/iw/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"קוד חיבור", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s ב-%2$s רוצה לגשת להתקן זה. לתת אמון ביישום זה?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"ביטול", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"הזן קוד חיבור", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"זה נחוץ עבור סנכרון נתונים חוצה התקנים ושיתוף פעולה.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"תן אמון הפעם", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"תן אמון תמיד", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ja/element/plural.json b/display/entry/src/main/resources/ja/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..32567961de1e38ae68eebb5747fad3f1312174e7 --- /dev/null +++ b/display/entry/src/main/resources/ja/element/plural.json @@ -0,0 +1,28 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"other", + "value":"正しくありません。残り試行回数は%d回です。", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"信頼しない(%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ja/element/string.json b/display/entry/src/main/resources/ja/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f9ce3a21f0c3ea616a224e8476621b5b1f2a870c --- /dev/null +++ b/display/entry/src/main/resources/ja/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"接続コード", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%2$sの%1$sがこのデバイスへのアクセスを要求しています。このアプリを信頼しますか?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"キャンセル", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"接続コードを入力してください", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"これは、デバイス間のデータ同期とコラボレーションに必要です。", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"今回は信頼", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"常に信頼", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ka_GE/element/plural.json b/display/entry/src/main/resources/ka_GE/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..42404f6a01e5a29eda4f52f3c2cf87dccd088f56 --- /dev/null +++ b/display/entry/src/main/resources/ka_GE/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"არასწორია. %d მცდელობა დარჩა.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"არასწორია. %d მცდელობა დარჩა.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"არ ვენდოთ (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"არ ვენდოთ (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ka_GE/element/string.json b/display/entry/src/main/resources/ka_GE/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..48f01c40142c8dd9c2e41e25722c45392add35a1 --- /dev/null +++ b/display/entry/src/main/resources/ka_GE/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"კავშირის კოდი", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"აპი „%1$s“ მოწყობილობაზე „%2$s“ მოითხოვს წვდომას ამ მოწყობილობაზე. ვენდოთ ამ აპს?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"გაუქმება", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"შეიყვანეთ კავშირის კოდი", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"ეს საჭიროა მოწყობილობებს შორის მონაცემების სინქრონიზებისა და ერთობლივი მუშაობისთვის.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"ვენდოთ ამჯერად", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"ყოველთვის ვენდოთ", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ko/element/plural.json b/display/entry/src/main/resources/ko/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..46ad43c87baf953f9f63972d5c41bc9c9feab120 --- /dev/null +++ b/display/entry/src/main/resources/ko/element/plural.json @@ -0,0 +1,28 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"other", + "value":"틀렸습니다. %d회의 시도가 남았습니다.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"신뢰 안 함(%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ko/element/string.json b/display/entry/src/main/resources/ko/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..570d2aa8d2bf613e92b66b201a2c71d7b981cfc2 --- /dev/null +++ b/display/entry/src/main/resources/ko/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"연결 코드", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%2$s의 %1$s에서 이 장치에 액세스하려고 합니다. 이 앱을 신뢰할까요?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"취소", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"연결 코드 입력", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"교차 장치 데이터 동기화 및 콜라보에 필요합니다.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"이번만 신뢰", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"항상 신뢰", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/lt/element/plural.json b/display/entry/src/main/resources/lt/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..61fc6c8c10e3780c8c06b2f33d659f2f58309eb0 --- /dev/null +++ b/display/entry/src/main/resources/lt/element/plural.json @@ -0,0 +1,70 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Neteisingai. Liko %d bandymas.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Neteisingai. Liko %d bandymų.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Neteisingai. Liko %d bandymai.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Neteisingai. Liko %d bandymo.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Nepasitikėti (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Nepasitikėti (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nepasitikėti (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Nepasitikėti (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/lt/element/string.json b/display/entry/src/main/resources/lt/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..afc80f3a928940289368c4a475859e6ed6e8cce7 --- /dev/null +++ b/display/entry/src/main/resources/lt/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Prisijungimo kodas", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Šį įrenginį nori pasiekti %1$s (įrenginiu „%2$s“). Pasitikėti šia programėle?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Atšaukti", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Įveskite prisijungimo kodą", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Tai yra reikalinga duomenų sinchronizavimui ir bendradarbiavimui tarp įrenginių.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Pasitikėti šį kartą", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Visada pasitikėti", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/lv/element/plural.json b/display/entry/src/main/resources/lv/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..53583db6f4d9619cce7541bf349d6db0fc727616 --- /dev/null +++ b/display/entry/src/main/resources/lv/element/plural.json @@ -0,0 +1,56 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Nepareizi. Atlicis %d mēģinājums.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Nepareizi. Atlikuši %d mēģinājumi.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"zero", + "value":"Nepareizi. Atlikuši %d mēģinājumu.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Neuzticēties (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Neuzticēties (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"zero", + "value":"Neuzticēties (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/lv/element/string.json b/display/entry/src/main/resources/lv/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..3217d8c3f7ce2f230dfc350320a0313862cf6d1b --- /dev/null +++ b/display/entry/src/main/resources/lv/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Savienojuma kods", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s uz %2$s vēlētos piekļūt šai ierīcei. Vai uzticēties šai lietotnei?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Atcelt", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Ievadīt savienojuma kodu", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Tas ir nepieciešams datu sinhronizēšanai un sadarbībai starp ierīcēm.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Uzticēties šoreiz", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Vienmēr uzticēties", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/mk/element/plural.json b/display/entry/src/main/resources/mk/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..6cef25a5305cbfc53c7f37e10c0403be2156170d --- /dev/null +++ b/display/entry/src/main/resources/mk/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Погрешно. Преостанува уште %d обид.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Погрешно. Преостануваат уште %d обиди.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Не е доверлив (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Не е доверлив (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/mk/element/string.json b/display/entry/src/main/resources/mk/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..97f08b199d089cb18d6c0c4fe372d5bc7ab90ea1 --- /dev/null +++ b/display/entry/src/main/resources/mk/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Шифра за поврзување", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s на %2$s сака да пристапи до овој уред. Да се верува на оваа апликација?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Откажи", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Внесете ја шифрата за поврзување", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Ова е потребно за синхронизирање податоци и соработка меѓу уреди.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Доверлив овој пат", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Секогаш доверлив", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ms/element/plural.json b/display/entry/src/main/resources/ms/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..5bd40393ac4dddc80acb17f0760a91cd263cbb44 --- /dev/null +++ b/display/entry/src/main/resources/ms/element/plural.json @@ -0,0 +1,28 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"other", + "value":"Tidak betul. Baki %d cubaan.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Jangan percayai (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ms/element/string.json b/display/entry/src/main/resources/ms/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..d82475234c56ab096d5b033f6726fb779520381c --- /dev/null +++ b/display/entry/src/main/resources/ms/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Kod sambungan", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s pada %2$s ingin mengakses peranti ini. Percayai aplikasi ini?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Batalkan", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Masukkan kod sambungan", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Ini diperlukan untuk penyegerakan dan kolaborasi data silang peranti.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Percayai pada kali ini", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Sentiasa percayai", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/my_MM/element/plural.json b/display/entry/src/main/resources/my_MM/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..18e5a9b7c889631e481341e49751f91da52088ff --- /dev/null +++ b/display/entry/src/main/resources/my_MM/element/plural.json @@ -0,0 +1,28 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"other", + "value":"မမှန်ကန်ပါ။ ကြိုးပမ်းမှု %d ကြိမ် ကျန်ပါသည်။", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"မယုံကြည်ပါ (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/my_MM/element/string.json b/display/entry/src/main/resources/my_MM/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..83076ce2a26ab4fc2916257f122114498e205491 --- /dev/null +++ b/display/entry/src/main/resources/my_MM/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"ချိတ်ဆက်မှုကုဒ်", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%2$s ရှိ %1$s သည် ဤစက်ကို ဝင်ရောက်သုံးစွဲလိုပါသည်။ ဤအက်ပ်ကို ယုံကြည်ပါသလား။", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"ပယ်ဖျက်မည်", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"ချိတ်ဆက်မှုကုဒ် ရိုက်ထည့်ပါ", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"စက်များအကြား ‌ဒေတာချိန်ကိုက်မှုနှင့် ပူးတွဲလုပ်ဆောင်မှုအတွက် ဤသည်ကို လိုအပ်ပါသည်။", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"ဤတစ်ကြိမ်အတွက် ယုံကြည်သည်", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"အမြဲ ယုံကြည်သည်", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/nb/element/plural.json b/display/entry/src/main/resources/nb/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..27ef121ea8e2ac2182ac786840f3f21922ffae2e --- /dev/null +++ b/display/entry/src/main/resources/nb/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Feil. %d gjenværende forsøk.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Feil. %d gjenværende forsøk.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Ikke betro (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Ikke betro (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/nb/element/string.json b/display/entry/src/main/resources/nb/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..163768ff30c0aaff958c6401440499d9e2fe3e35 --- /dev/null +++ b/display/entry/src/main/resources/nb/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Tilkoblingskode", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s på %2$s ønsker tilgang til denne enheten. Betro denne appen?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Avbryt", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Oppgi tilkoblingskode", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Dette er nødvendig for datasynkronisering og samarbeid på tvers av enheter.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Betro denne gangen", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Alltid betro", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/nl/element/plural.json b/display/entry/src/main/resources/nl/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..105f7d6032b60bafc47f7c425957a691018cb58d --- /dev/null +++ b/display/entry/src/main/resources/nl/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Onjuist. Nog %d poging.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Onjuist. Nog %d pogingen.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Niet vertrouwen (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Niet vertrouwen (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/nl/element/string.json b/display/entry/src/main/resources/nl/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..0f50cb3a56348b19aa99a4579544e5736bdcb741 --- /dev/null +++ b/display/entry/src/main/resources/nl/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Verbindingscode", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s op %2$s wil toegang tot dit apparaat. Deze app vertrouwen?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Annuleren", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Voer verbindingscode in", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Deze toegang is vereist voor gegevenssynchronisatie en samenwerking tussen apparaten.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Dit keer vertrouwen", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Altijd vertrouwen", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/pl/element/plural.json b/display/entry/src/main/resources/pl/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..cc75294c227be2d3c5df06d028400baf8531c3b9 --- /dev/null +++ b/display/entry/src/main/resources/pl/element/plural.json @@ -0,0 +1,70 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Nie zgadza się. Liczba pozostałych prób: %d.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Nie zgadza się. Liczba pozostałych prób: %d.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nie zgadza się. Liczba pozostałych prób: %d.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Nie zgadza się. Liczba pozostałych prób: %d.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Nie ufaj (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Nie ufaj (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nie ufaj (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Nie ufaj (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/pl/element/string.json b/display/entry/src/main/resources/pl/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..81d4df0a2c666262803a15e8d07065fb369485e2 --- /dev/null +++ b/display/entry/src/main/resources/pl/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Kod połączenia", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s na %2$s chce uzyskać dostęp do tego urządzenia. Zaufać tej aplikacji?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Anuluj", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Wprowadź kod połączenia", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Jest to wymagane do synchronizacji danych między urządzeniami i do współpracy.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Zaufaj tym razem", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Zawsze ufaj", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/pt/element/plural.json b/display/entry/src/main/resources/pt/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..2c4634decefaeb23897672d0fd3d223dcf557901 --- /dev/null +++ b/display/entry/src/main/resources/pt/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Incorreto. %d tentativa restante.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Incorreto. %d tentativas restantes.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Não confiar (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Não confiar (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/pt/element/string.json b/display/entry/src/main/resources/pt/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..5f3e32f16f32db54e84c103f35bc1dacc82c04c0 --- /dev/null +++ b/display/entry/src/main/resources/pt/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Código de conexão", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s em %2$s gostaria de acessar esse dispositivo. Confiar neste aplicativo?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Cancelar", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Inserir código de conexão", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Isso é necessário para a sincronização e colaboração de dados entre dispositivos.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Confiar desta vez", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Confiar sempre", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/pt_PT/element/plural.json b/display/entry/src/main/resources/pt_PT/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..76b028b051c43b89f8de3b3ffa4e8399193f6ff0 --- /dev/null +++ b/display/entry/src/main/resources/pt_PT/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Incorreto. %d tentativa restante.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Incorreto. %d tentativas restantes.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Não confiar (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Não confiar (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/pt_PT/element/string.json b/display/entry/src/main/resources/pt_PT/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..8fdb8621796d72196fe6f150f2283451c4524659 --- /dev/null +++ b/display/entry/src/main/resources/pt_PT/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Código de ligação", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"A aplicação %1$s no %2$s pretende aceder a este dispositivo. Confiar nesta aplicação?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Cancelar", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Introduzir código de ligação", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Para a sincronização e colaboração de dados entre dispositivos.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Apenas esta vez", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Confiar sempre", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ro/element/plural.json b/display/entry/src/main/resources/ro/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..163f29f73bc35ef2c51b4d2ff0126d4c2f7dc5a0 --- /dev/null +++ b/display/entry/src/main/resources/ro/element/plural.json @@ -0,0 +1,56 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Incorect. %d încercare rămasă.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Incorect. %d încercări rămase.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Incorect. %d încercări rămase.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Nu am încredere (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Nu am încredere (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nu am încredere (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ro/element/string.json b/display/entry/src/main/resources/ro/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..ca4051d5bb8ea2f0d4d48d3e8e89159acb16a0d4 --- /dev/null +++ b/display/entry/src/main/resources/ro/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Cod conexiune", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Aplicația %1$s de pe %2$s dorește să acceseze acest dispozitiv. Aveți încredere în această aplicație?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Anulare", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Introduceți codul conexiunii", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Această opțiune este necesară pentru sincronizarea datelor și colaborarea între dispozitive.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Am încredere de data aceasta", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Am încredere întotdeauna", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ru/element/plural.json b/display/entry/src/main/resources/ru/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..c21c9aa7e4aeb00569c86dbf49a79765fe6f2033 --- /dev/null +++ b/display/entry/src/main/resources/ru/element/plural.json @@ -0,0 +1,70 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Неверный код. Еще %d попытка.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Неверный код. Еще %d попытки.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Неверный код. Еще %d попытки.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Неверный код. Еще %d попыток.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Не доверять (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Не доверять (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Не доверять (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Не доверять (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/ru/element/string.json b/display/entry/src/main/resources/ru/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1259dc54f2f7d4acd62b59f55ee9624ce5d46ac3 --- /dev/null +++ b/display/entry/src/main/resources/ru/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Код подключения", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Приложение %1$s на устройстве %2$s хочет получить доступ к этому устройству. Доверять этому приложению?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Отмена", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Введите код подключения", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Это необходимо для синхронизации данных и взаимодействия между устройствами.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Доверять сейчас", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Всегда доверять", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/sk/element/plural.json b/display/entry/src/main/resources/sk/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..2d54ccffcde3f9c8bc60c99578dc4d12244035c7 --- /dev/null +++ b/display/entry/src/main/resources/sk/element/plural.json @@ -0,0 +1,70 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Nesprávny. Zostávajúce pokusy: %d.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Nesprávny. Zostávajúce pokusy: %d.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nesprávny. Zostávajúce pokusy: %d.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Nesprávny. Zostávajúce pokusy: %d.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Nedôverovať (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Nedôverovať (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Nedôverovať (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Nedôverovať (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/sk/element/string.json b/display/entry/src/main/resources/sk/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..d1a01c4cff354643a1db17375df8c1af229887cc --- /dev/null +++ b/display/entry/src/main/resources/sk/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Kód pripojenia", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Aplikácia %1$s na zariadení %2$s žiada o prístup k tomuto zariadeniu. Dôverovať tejto aplikácii?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Zrušiť", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Zadajte kód pripojenia", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Vyžaduje sa na synchronizáciu údajov a spoluprácu medzi zariadeniami.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Dôverovať len teraz", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Vždy dôverovať", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/sl/element/plural.json b/display/entry/src/main/resources/sl/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..698d133481afbc4e50c50f758130617d4b8a9a04 --- /dev/null +++ b/display/entry/src/main/resources/sl/element/plural.json @@ -0,0 +1,70 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Napačno. Preostane še %d poskus.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Napačno. Preostane še %d poskusov.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Napačno. Preostanejo še %d poskusi.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"two", + "value":"Napačno. Preostaneta še %d poskusa.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Ne zaupaj (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Ne zaupaj (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Ne zaupaj (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"two", + "value":"Ne zaupaj (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/sl/element/string.json b/display/entry/src/main/resources/sl/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..87583c7a7c82bfdd783832fed4e4833c7d0fb945 --- /dev/null +++ b/display/entry/src/main/resources/sl/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Koda povezave", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Aplikacija %1$s v napravi %2$s želi dostopati do te naprave. Zaupaj tej aplikaciji?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Prekliči", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Vnesite kodo povezave", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"To je potrebno za sinhronizacijo podatkov med napravami in sodelovanje.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Zaupaj samo tokrat", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Vedno zaupaj", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/sr_Latn/element/plural.json b/display/entry/src/main/resources/sr_Latn/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa89204a6fc22ac185d49bfb9feb1aaaa294d00 --- /dev/null +++ b/display/entry/src/main/resources/sr_Latn/element/plural.json @@ -0,0 +1,56 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Netačno. Preostalo pokušaja: %d.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Netačno. Preostalo pokušaja: %d.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Netačno. Preostalo pokušaja: %d.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Ne smatraj pouzdanim (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Ne smatraj pouzdanim (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Ne smatraj pouzdanim (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/sr_Latn/element/string.json b/display/entry/src/main/resources/sr_Latn/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f0a62d0715065a9ee5d5c9381a2de410dac41fff --- /dev/null +++ b/display/entry/src/main/resources/sr_Latn/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Kôd za povezivanje", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Aplikacija %1$s na uređaju %2$s želi da pristupi ovom uređaju. Smatrati ovu aplikaciju pouzdanom?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Otkaži", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Unesite kôd za povezivanje", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Ovo je potrebno za sinhronizaciju podataka i usklađivanje na više uređaja.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Smatraj pouzdanim ovog puta", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Uvek smatraj pouzdanim", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/sv/element/plural.json b/display/entry/src/main/resources/sv/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..71090904b57d6cc9b6c2a962239af1da2a727ac1 --- /dev/null +++ b/display/entry/src/main/resources/sv/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Felaktig. %d försök kvar.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Felaktig. %d försök kvar.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Lita inte på (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Lita inte på (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/sv/element/string.json b/display/entry/src/main/resources/sv/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..c5ba579b7b5ec2e6bbe975c49f0c8f978e1eeab9 --- /dev/null +++ b/display/entry/src/main/resources/sv/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Anslutningskod", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s på %2$s vill komma åt den här enheten. Litar du på denna appen?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Avbryt", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Ange anslutningskod", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Detta krävs för datasynkronisering och samarbete över flera enheter.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Lita på denna gången", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Lita alltid på", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/th/element/plural.json b/display/entry/src/main/resources/th/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..e1c7b7251b27d847c9fc0ac25cf639323e7082c7 --- /dev/null +++ b/display/entry/src/main/resources/th/element/plural.json @@ -0,0 +1,28 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"other", + "value":"ไม่ถูกต้อง ลองได้อีก %d ครั้ง", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"ไม่เชื่อถือ (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/th/element/string.json b/display/entry/src/main/resources/th/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..504fc121ef819d0e7268fc3e104aeb153b048545 --- /dev/null +++ b/display/entry/src/main/resources/th/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"รหัสการเชื่อมต่อ", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s บน %2$s ต้องการเข้าถึงอุปกรณ์นี้ เชื่อถือแอปนี้หรือไม่", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"ยกเลิก", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"กรอกรหัสการเชื่อมต่อ", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"จำเป็นสำหรับการซิงค์ข้อมูลและการทำงานร่วมกันข้ามอุปกรณ์", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"เชื่อถือเฉพาะครั้งนี้", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"เชื่อถือเสมอ", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/tl/element/plural.json b/display/entry/src/main/resources/tl/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..94155d5b48246d4bd280f00343fe339853b773e4 --- /dev/null +++ b/display/entry/src/main/resources/tl/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Mali. %d pagtatangka ang natitira.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Mali. %d (na) pagtatangka ang natitira.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Huwag pagkatiwalaan (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Huwag pagkatiwalaan (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/tl/element/string.json b/display/entry/src/main/resources/tl/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..7e6c513032186c9a353ffc653338a790e4adf136 --- /dev/null +++ b/display/entry/src/main/resources/tl/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Code ng pagkonekta", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Gustong i-access ng %1$s sa %2$s ang device na ito. Pagkatiwalaan ang app na ito?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Kanselahin", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Ilagay ang code ng pagkonekta", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Kinakailangan ito para sa cross-device na pag-sync ng data at collaboration.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Pagkatiwalaan sa oras na ito", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Laging pagkatiwalaan", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/tr/element/plural.json b/display/entry/src/main/resources/tr/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..33265a7d35f1c6cdec301af18de8b5ab109a429f --- /dev/null +++ b/display/entry/src/main/resources/tr/element/plural.json @@ -0,0 +1,42 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Yanlış. %d deneme kaldı.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Yanlış. %d deneme kaldı.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Güvenme (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Güvenme (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/tr/element/string.json b/display/entry/src/main/resources/tr/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..4ddd80422889590809aa74fbcb08786b8a3205be --- /dev/null +++ b/display/entry/src/main/resources/tr/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Bağlantı kodu", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%2$s üzerindeki %1$s bu cihaza erişmek istiyor. Bu uygulamaya güvenilsin mi?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"İptal", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Bağlantı kodunu girin", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Bu, cihazlar arası veri senkronizasyonu ve iş birliği için gereklidir.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Bu kez güven", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Her zaman güven", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/uk/element/plural.json b/display/entry/src/main/resources/uk/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..55c3fcddc2af6c6d4c531b890b72e95c5599d361 --- /dev/null +++ b/display/entry/src/main/resources/uk/element/plural.json @@ -0,0 +1,70 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"one", + "value":"Неправильний код. Залишилась %d спроба.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"other", + "value":"Неправильний код. Залишилося %d спроби.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Неправильний код. Залишилося %d спроби.", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Неправильний код. Залишилося %d спроб.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Не довіряти (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"one", + "value":"Не довіряти (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"few", + "value":"Не довіряти (%d)", + "attr":{ + "priority":"translate" + } + }, + { + "quantity":"many", + "value":"Не довіряти (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/uk/element/string.json b/display/entry/src/main/resources/uk/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..3963486da8d77709039d3b1203cb2732942d7a9a --- /dev/null +++ b/display/entry/src/main/resources/uk/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Код підключення", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"Додаток \"%1$s\" на пристрої \"%2$s\" хоче отримати доступ до цього пристрою. Довіряти цьому додатку?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Скасувати", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Уведіть код підключення", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Це потрібно для синхронізації даних між пристроями й спільної роботи.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Довіряти цього разу", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Завжди довіряти", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/vi/element/plural.json b/display/entry/src/main/resources/vi/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..dfc9af6d57f7e9423706620189e7e072bbb85716 --- /dev/null +++ b/display/entry/src/main/resources/vi/element/plural.json @@ -0,0 +1,28 @@ +{ + "plural":[ + { + "name":"dm_incorrect_code", + "value":[ + { + "quantity":"other", + "value":"Không đúng. Còn %d lần thử.", + "attr":{ + "priority":"translate" + } + } + ] + }, + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"Không tin tưởng (%d)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/vi/element/string.json b/display/entry/src/main/resources/vi/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f7580574c5eefea5d9167324f77d5de821070757 --- /dev/null +++ b/display/entry/src/main/resources/vi/element/string.json @@ -0,0 +1,53 @@ +{ + "string":[ + { + "name":"dm_connect_code", + "value":"Mã kết nối", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_hap", + "value":"%1$s trên %2$s muốn truy cập vào thiết bị này. Tin tưởng ứng dụng này?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_cancel", + "value":"Hủy", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_enter_peer_connect_code", + "value":"Nhập mã kết nối", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_intention", + "value":"Cần làm như vậy để đồng bộ và phối hợp dữ liệu trên nhiều thiết bị.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_temp", + "value":"Tin tưởng lần này", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_allow_always", + "value":"Luôn tin tưởng", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/zh_CN-wearable/element/plural.json b/display/entry/src/main/resources/zh_CN-wearable/element/plural.json new file mode 100644 index 0000000000000000000000000000000000000000..64eea9b77bfd995a6592953ba3adf6ea224458e4 --- /dev/null +++ b/display/entry/src/main/resources/zh_CN-wearable/element/plural.json @@ -0,0 +1,16 @@ +{ + "plural":[ + { + "name":"dm_not_allow", + "value":[ + { + "quantity":"other", + "value":"不信任(%d 秒)", + "attr":{ + "priority":"translate" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/display/entry/src/main/resources/zh_CN/element/plural.json b/display/entry/src/main/resources/zh_CN/element/plural.json index 47e018471f47668a73f5c6686e28e948cb24adb0..932ef15514ab1ce8e9d4097783d32798c14e32b6 100644 --- a/display/entry/src/main/resources/zh_CN/element/plural.json +++ b/display/entry/src/main/resources/zh_CN/element/plural.json @@ -9,7 +9,10 @@ }, { "quantity":"other", - "value":"不信任 (%d 秒)" + "value":"不信任 (%d 秒)", + "attr":{ + "priority":"translate" + } } ] }, @@ -18,11 +21,14 @@ "value":[ { "quantity":"one", - "value":"连接码错误,还可尝试 %d 次" + "value":"连接码错误,还可以尝试 %d 次" }, { "quantity":"other", - "value":"连接码错误,还可以尝试 %d 次" + "value":"连接码错误,还可以尝试 %d 次", + "attr":{ + "priority":"translate" + } } ] } diff --git a/display/entry/src/main/resources/zh_CN/element/string.json b/display/entry/src/main/resources/zh_CN/element/string.json index e4e630fb176f7bf6e5fb7c227e40563fa64f46f0..90d642d9e5e3417e594b968c7f7e579f09280cbd 100644 --- a/display/entry/src/main/resources/zh_CN/element/string.json +++ b/display/entry/src/main/resources/zh_CN/element/string.json @@ -26,11 +26,17 @@ }, { "name":"dm_allow_temp", - "value":"临时信任" + "value":"临时信任", + "attr":{ + "priority":"translate" + } }, { "name":"dm_allow_always", - "value":"始终信任" + "value":"始终信任", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect_device", @@ -46,7 +52,10 @@ }, { "name":"dm_cancel", - "value":"取消" + "value":"取消", + "attr":{ + "priority":"translate" + } }, { "name":"dm_authenticating", @@ -54,7 +63,10 @@ }, { "name":"dm_connect_code", - "value":"连接码" + "value":"连接码", + "attr":{ + "priority":"translate" + } }, { "name":"dm_confirm_title_cast", @@ -62,11 +74,17 @@ }, { "name":"dm_confirm_title_hap", - "value":"%2$s的“%1$s”请求访问本机。是否信任此应用?" + "value":"%2$s的“%1$s”请求访问本机。是否信任此应用?", + "attr":{ + "priority":"translate" + } }, { "name":"dm_confirm_intention", - "value":"用于进行数据同步及设备间协同操作" + "value":"用于进行数据同步及设备间协同操作", + "attr":{ + "priority":"translate" + } }, { "name":"dm_bluetooth_dialog_content", @@ -78,7 +96,10 @@ }, { "name":"dm_enter_peer_connect_code", - "value":"输入对端连接码" + "value":"输入对端连接码", + "attr":{ + "priority":"translate" + } }, { "name":"dm_password_error", diff --git a/display/entry/src/main/resources/zh_HK/element/plural.json b/display/entry/src/main/resources/zh_HK/element/plural.json index 3d65413b98948e868c8ed4b5768e15aeeec1566f..f27187f19fb256235ae4ce16f1328a9c41daa7b5 100644 --- a/display/entry/src/main/resources/zh_HK/element/plural.json +++ b/display/entry/src/main/resources/zh_HK/element/plural.json @@ -5,7 +5,10 @@ "value":[ { "quantity":"other", - "value":"連接碼錯誤,還可以嘗試 %d 次" + "value":"連接碼錯誤,還可以嘗試 %d 次", + "attr":{ + "priority":"translate" + } } ] }, @@ -14,7 +17,10 @@ "value":[ { "quantity":"other", - "value":"不信任(%d 秒)" + "value":"不信任(%d 秒)", + "attr":{ + "priority":"translate" + } } ] } diff --git a/display/entry/src/main/resources/zh_HK/element/string.json b/display/entry/src/main/resources/zh_HK/element/string.json index 86d184a73027604b6874a73a2f02ba732b9458d5..fc85c155266b23409464b340e16f6a9da7c85e30 100644 --- a/display/entry/src/main/resources/zh_HK/element/string.json +++ b/display/entry/src/main/resources/zh_HK/element/string.json @@ -6,11 +6,17 @@ }, { "name":"dm_connect_code", - "value":"連接碼" + "value":"連接碼", + "attr":{ + "priority":"LT" + } }, { "name":"dm_cancel", - "value":"取消" + "value":"取消", + "attr":{ + "priority":"LT" + } }, { "name":"dm_authenticating", @@ -22,11 +28,17 @@ }, { "name":"dm_allow_temp", - "value":"臨時信任" + "value":"臨時信任", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_always", - "value":"永久信任" + "value":"永久信任", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_cast", @@ -38,7 +50,10 @@ }, { "name":"dm_confirm_title_hap", - "value":"%2$s 的「%1$s」請求存取本機。信任此應用程式?" + "value":"%2$s 的「%1$s」請求存取本機。信任此應用程式?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect_device", @@ -46,7 +61,10 @@ }, { "name":"dm_confirm_intention", - "value":"用以進行數據同步及裝置之間的協同操作" + "value":"用以進行數據同步及裝置之間的協同操作", + "attr":{ + "priority":"LT" + } }, { "name":"dm_bluetooth_dialog_close", @@ -62,7 +80,10 @@ }, { "name":"dm_enter_peer_connect_code", - "value":"輸入對端連接碼" + "value":"輸入對端連接碼", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/display/entry/src/main/resources/zh_TW/element/plural.json b/display/entry/src/main/resources/zh_TW/element/plural.json index 3944c683cc868c4361a556b8b9b0501910a9ed80..afa41090d98c104f28858cf4e14dbe072992f8d1 100644 --- a/display/entry/src/main/resources/zh_TW/element/plural.json +++ b/display/entry/src/main/resources/zh_TW/element/plural.json @@ -5,7 +5,10 @@ "value":[ { "quantity":"other", - "value":"連線碼錯誤。您還有 %d 次嘗試機會" + "value":"連線碼錯誤。您還有 %d 次嘗試機會", + "attr":{ + "priority":"translate" + } } ] }, @@ -14,7 +17,10 @@ "value":[ { "quantity":"other", - "value":"不信任(%d 秒)" + "value":"不信任(%d 秒)", + "attr":{ + "priority":"translate" + } } ] } diff --git a/display/entry/src/main/resources/zh_TW/element/string.json b/display/entry/src/main/resources/zh_TW/element/string.json index c8117d996de36692610f30436e96aca64c3e1362..9e9429166b0b1e3b6376d35f03360d0507752990 100644 --- a/display/entry/src/main/resources/zh_TW/element/string.json +++ b/display/entry/src/main/resources/zh_TW/element/string.json @@ -6,11 +6,17 @@ }, { "name":"dm_connect_code", - "value":"連線碼" + "value":"連線碼", + "attr":{ + "priority":"LT" + } }, { "name":"dm_cancel", - "value":"取消" + "value":"取消", + "attr":{ + "priority":"LT" + } }, { "name":"dm_authenticating", @@ -22,11 +28,17 @@ }, { "name":"dm_allow_temp", - "value":"臨時信任" + "value":"臨時信任", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_always", - "value":"永遠信任" + "value":"永遠信任", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_cast", @@ -38,7 +50,10 @@ }, { "name":"dm_confirm_title_hap", - "value":"%2$s 的「%1$s」要求存取本機。是否信任此應用程式?" + "value":"%2$s 的「%1$s」要求存取本機。是否信任此應用程式?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect_device", @@ -46,7 +61,10 @@ }, { "name":"dm_confirm_intention", - "value":"用於進行資料同步及裝置間共同作業" + "value":"用於進行資料同步及裝置間共同作業", + "attr":{ + "priority":"LT" + } }, { "name":"dm_bluetooth_dialog_close", @@ -62,7 +80,10 @@ }, { "name":"dm_enter_peer_connect_code", - "value":"輸入對端連線碼" + "value":"輸入對端連線碼", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file