From 05cd96afc0d4b77b43b077a8756820c0901096c3 Mon Sep 17 00:00:00 2001 From: Amine Bou <510304+aminecmi@users.noreply.github.com> Date: Sun, 14 Mar 2021 09:10:25 +0100 Subject: [PATCH] New Crowdin updates (#333) * New translations strings.xml (Sinhala) * New translations strings.xml (Sinhala) * New translations strings.xml (French) * New translations strings.xml (Spanish) * New translations strings.xml (Catalan) * New translations strings.xml (German) * New translations strings.xml (Italian) * New translations strings.xml (Korean) * New translations strings.xml (Dutch) * New translations strings.xml (Portuguese) * New translations strings.xml (Turkish) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Galician) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Indonesian) * New translations strings.xml (Persian) * New translations strings.xml (Sinhala) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) --- app/src/main/res/values-ca-rES/strings.xml | 2 ++ app/src/main/res/values-de-rDE/strings.xml | 2 ++ app/src/main/res/values-es-rES/strings.xml | 2 ++ app/src/main/res/values-fa-rIR/strings.xml | 2 ++ app/src/main/res/values-fr-rFR/strings.xml | 2 ++ app/src/main/res/values-gl-rES/strings.xml | 2 ++ app/src/main/res/values-in-rID/strings.xml | 2 ++ app/src/main/res/values-it-rIT/strings.xml | 2 ++ app/src/main/res/values-ko-rKR/strings.xml | 2 ++ app/src/main/res/values-nl-rNL/strings.xml | 2 ++ app/src/main/res/values-pt-rBR/strings.xml | 2 ++ app/src/main/res/values-pt-rPT/strings.xml | 2 ++ app/src/main/res/values-si-rLK/strings.xml | 2 ++ app/src/main/res/values-tr-rTR/strings.xml | 2 ++ app/src/main/res/values-zh-rCN/strings.xml | 2 ++ app/src/main/res/values-zh-rTW/strings.xml | 2 ++ 16 files changed, 32 insertions(+) diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index 4233634..17fe6b4 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -139,6 +139,8 @@ Els articles no es guardaran a la memòria del dispositiu i l\'aplicació no es podrà utilitzar sense connexió. Els articles es guardaran a la memòria del dispositiu i es podran utilitzar sense connexió. Guarda els elements per utilitzar-los sense connexió + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Sense connexió! Sincronitza els articles Els articles no se sincronitzaran en segon pla diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml index c7fed62..f2c76b3 100644 --- a/app/src/main/res/values-de-rDE/strings.xml +++ b/app/src/main/res/values-de-rDE/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Nicht verbunden ! Synchronisiere Artikel Artikel werden nicht im Hintergrund synchronisiert diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 46f7d5c..887c78f 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -139,6 +139,8 @@ Los artículos no se guardarán en la memoria del dispositivo y la aplicación no se podrá utilizar sin conexión. Los artículos se guardarán en la memoria del dispositivo y se utilizarán para el uso sin conexión. Guardar elementos para uso sin conexión + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Sin conexión! Sincronizar artículos Los artículos no se sincronizarán en segundo plano diff --git a/app/src/main/res/values-fa-rIR/strings.xml b/app/src/main/res/values-fa-rIR/strings.xml index 3e58967..e9da40d 100644 --- a/app/src/main/res/values-fa-rIR/strings.xml +++ b/app/src/main/res/values-fa-rIR/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index 0f66aaf..69c8db5 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -139,6 +139,8 @@ Les articles ne seront pas enregistrés et l\'application ne sera pas utilisable hors ligne. Les articles seront enregistrés et l\'application sera utilisable hors ligne. Sauvegarder les articles pour une utilisation hors ligne + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Hors connexion ! Synchroniser les articles Les articles ne seront pas synchronisés en arrière plan diff --git a/app/src/main/res/values-gl-rES/strings.xml b/app/src/main/res/values-gl-rES/strings.xml index f9e1915..e4dcd2d 100644 --- a/app/src/main/res/values-gl-rES/strings.xml +++ b/app/src/main/res/values-gl-rES/strings.xml @@ -139,6 +139,8 @@ Os artigos non se gardaran na memoria do dispositivo e non se poderá utilizar a aplicación sen conexión. Os artigos gardaranse na memoria do dispositivo e estarán dispoñibles sen conexión. Gardar elementos para uso sen conexión + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Non conectado! Sincronizar artigos Os artigos non se sincronizarán coa aplicación de fondo diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml index fdef22d..79f6728 100644 --- a/app/src/main/res/values-in-rID/strings.xml +++ b/app/src/main/res/values-in-rID/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-it-rIT/strings.xml b/app/src/main/res/values-it-rIT/strings.xml index 025d408..77b36d9 100644 --- a/app/src/main/res/values-it-rIT/strings.xml +++ b/app/src/main/res/values-it-rIT/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index cc5cd39..1da6466 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml index a7a8ffd..5863892 100644 --- a/app/src/main/res/values-nl-rNL/strings.xml +++ b/app/src/main/res/values-nl-rNL/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 657a2a1..4de9d0a 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index a9b5db8..a4a86fe 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-si-rLK/strings.xml b/app/src/main/res/values-si-rLK/strings.xml index e37e3c1..a47eeb9 100644 --- a/app/src/main/res/values-si-rLK/strings.xml +++ b/app/src/main/res/values-si-rLK/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index a7c3e45..fb3d676 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index a85467e..95e80f7 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -139,6 +139,8 @@ 文章不会被保存到设备内存,应用程序在离线时将无法阅读它们 文章将被保存到设备内存并可在离线时使用 保存项目以便离线使用 + 检查新来源和标签 + 如果你的服务器接收过多的数据库查询,请禁用此功能。 未连接! 同步文章 文章将不会在后台同步 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 9b4cf1c..a52af33 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -139,6 +139,8 @@ Articles won\'t be saved to the device memory, and the app won\'t be usable offline. Articles will be saved to the device memory and will be used for offline use. Save items for offline use + Check for new sources and tags + Disable this if your server is receiving excessive amounts of database queries. Not connected ! Sync articles Articles will not be synced in the background