diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:32 +0000 |
commit | e3590547c624013e466420a630b5744dede1d20e (patch) | |
tree | 7da187118c4058b502d96c48b84fc3da686bbf5d /core/l10n | |
parent | fe63f6f079fc228442448458e9c72a2eaad3b206 (diff) | |
download | nextcloud-server-e3590547c624013e466420a630b5744dede1d20e.tar.gz nextcloud-server-e3590547c624013e466420a630b5744dede1d20e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
52 files changed, 108 insertions, 104 deletions
diff --git a/core/l10n/ar.js b/core/l10n/ar.js index aa1255012df..425c20af659 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Search in", "Filter in current view" : "فَلْتِر في المنظور الحالي", "Searching …" : "البحث جارٍ …", - "Start typing in search" : "إبدأ كتابة نص البحث", "No matching results" : "No matching results", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "بين ${this.dateFilter.startFrom.toLocaleDateString()} و ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "المستعرض غير مدعوم", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "تمّ تحديد عنوانك القَصِيّ على أنه \"{remoteAddress}\" و قد تمّ تقييده بشدة في الوقت الحالي مما يؤدي إلى إبطاء أداء الطلبات المختلفة. إذا لم يكن هذا العنوان القَصِيّ هو عنوانك، فقد يكون ذلك إشارة إلى أنه لم يتم تكوين الوكيل بشكل صحيح. يمكن العثور على مزيد من المعلومات في وثائق {linkstart} ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "تُستخدم قاعدة البيانات لقفل المعاملات على الملفات. لتحسين الأداء، قم إذا أمكنك بتهيئة memcache Y. \nلمزيد المعلومات، أنظر {linkstart} توثيق n ↗{linkend} .", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "النسخة 8.0 من PHP تمّ نقضها في نكست كلاود 27. نكست كلاود 28 تتطلب النسخة 8.1 من PHP على الأقل. رجاءً قم بالترقية في {linkstart} إلى نسخ PHP المدعومة ↗{linkend} في أسرع وقت ممكن.", - "Avatar of {fullName}" : "صورة رمزية avatar لـ {fullName}" + "Avatar of {fullName}" : "صورة رمزية avatar لـ {fullName}", + "Start typing in search" : "إبدأ كتابة نص البحث" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/core/l10n/ar.json b/core/l10n/ar.json index a25d4f7bfc7..e73094c96cf 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -216,7 +216,6 @@ "Search in" : "Search in", "Filter in current view" : "فَلْتِر في المنظور الحالي", "Searching …" : "البحث جارٍ …", - "Start typing in search" : "إبدأ كتابة نص البحث", "No matching results" : "No matching results", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "بين ${this.dateFilter.startFrom.toLocaleDateString()} و ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "المستعرض غير مدعوم", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "تمّ تحديد عنوانك القَصِيّ على أنه \"{remoteAddress}\" و قد تمّ تقييده بشدة في الوقت الحالي مما يؤدي إلى إبطاء أداء الطلبات المختلفة. إذا لم يكن هذا العنوان القَصِيّ هو عنوانك، فقد يكون ذلك إشارة إلى أنه لم يتم تكوين الوكيل بشكل صحيح. يمكن العثور على مزيد من المعلومات في وثائق {linkstart} ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "تُستخدم قاعدة البيانات لقفل المعاملات على الملفات. لتحسين الأداء، قم إذا أمكنك بتهيئة memcache Y. \nلمزيد المعلومات، أنظر {linkstart} توثيق n ↗{linkend} .", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "النسخة 8.0 من PHP تمّ نقضها في نكست كلاود 27. نكست كلاود 28 تتطلب النسخة 8.1 من PHP على الأقل. رجاءً قم بالترقية في {linkstart} إلى نسخ PHP المدعومة ↗{linkend} في أسرع وقت ممكن.", - "Avatar of {fullName}" : "صورة رمزية avatar لـ {fullName}" + "Avatar of {fullName}" : "صورة رمزية avatar لـ {fullName}", + "Start typing in search" : "إبدأ كتابة نص البحث" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" }
\ No newline at end of file diff --git a/core/l10n/cs.js b/core/l10n/cs.js index f01215c2cb2..7935bdc3293 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -217,7 +217,6 @@ OC.L10N.register( "Search in" : "Hledat v", "Filter in current view" : "Filtrovat ve stávajícím pohledu", "Searching …" : "Hledání…", - "Start typing in search" : "Hledejte psaním ve vyhledávání", "No matching results" : "Žádné odpovídající výsledky", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Mezi ${this.dateFilter.startFrom.toLocaleDateString()} a ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Tento prohlížeč není podporován", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaše vzdálená adresa byla identifikována jako „{remoteAddress}“ a rychlost vyřizování požadavků z ní je v tuto chvíli omezována kvůli zamezení přetěžování útokem hádání hesel (bruteforce). Pokud vzdálená adresa není vaše, může se jednat o indikaci, že není správně nastavena proxy. Podrobnosti jsou k dispozici v {linkstart}dokumentaci ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databáze je používaná pro transakční zamykání souborů. Pokud chcete vylepšit výkon, nastavte memcache (pokud je k dispozici). Další informace naleznete v {linkstart}dokumentaci ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Od Nextcloud 27 je PHP 8.0 už označeno jako zastaralé. Nextcloud 28 pak už může vyžadovat alespoň PHP 8.1. Co možná nejdříve přejděte na {linkstart}některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group ↗{linkend}.", - "Avatar of {fullName}" : "Avatar {fullName}" + "Avatar of {fullName}" : "Avatar {fullName}", + "Start typing in search" : "Hledejte psaním ve vyhledávání" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 358a25cd6be..ebc3fc6d08b 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -215,7 +215,6 @@ "Search in" : "Hledat v", "Filter in current view" : "Filtrovat ve stávajícím pohledu", "Searching …" : "Hledání…", - "Start typing in search" : "Hledejte psaním ve vyhledávání", "No matching results" : "Žádné odpovídající výsledky", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Mezi ${this.dateFilter.startFrom.toLocaleDateString()} a ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Tento prohlížeč není podporován", @@ -451,6 +450,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaše vzdálená adresa byla identifikována jako „{remoteAddress}“ a rychlost vyřizování požadavků z ní je v tuto chvíli omezována kvůli zamezení přetěžování útokem hádání hesel (bruteforce). Pokud vzdálená adresa není vaše, může se jednat o indikaci, že není správně nastavena proxy. Podrobnosti jsou k dispozici v {linkstart}dokumentaci ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databáze je používaná pro transakční zamykání souborů. Pokud chcete vylepšit výkon, nastavte memcache (pokud je k dispozici). Další informace naleznete v {linkstart}dokumentaci ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Od Nextcloud 27 je PHP 8.0 už označeno jako zastaralé. Nextcloud 28 pak už může vyžadovat alespoň PHP 8.1. Co možná nejdříve přejděte na {linkstart}některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group ↗{linkend}.", - "Avatar of {fullName}" : "Avatar {fullName}" + "Avatar of {fullName}" : "Avatar {fullName}", + "Start typing in search" : "Hledejte psaním ve vyhledávání" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file diff --git a/core/l10n/de.js b/core/l10n/de.js index 0251a86cc7a..3fe8a9acd69 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Suche in", "Filter in current view" : "Filter in aktueller Ansicht", "Searching …" : "Suche …", - "Start typing in search" : "Mit der Sucheingabe beginnen", "No matching results" : "Keine passenden Suchergebnisse", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Zwischen ${this.dateFilter.startFrom.toLocaleDateString()} und ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Dieser Browser wird nicht unterstützt.", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Deine Remote-Adresse wurde als \"{remoteAddress}“ identifiziert und ist derzeit aufgrund eines mutmaßlichen Brute-Force-Angriffs gedrosselt, was die Geschwindigkeit verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht deine Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist. Weitere Informationen findest du in der {linkstart}Dokumentation ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Die Datenbank wird zum Sperren von Transaktionsdateien verwendet. Um die Leistung zu verbessern, richte bitte, sofern verfügbar, Memcache ein. Weitere Informationen findest du in der {linkstart}Dokumentation ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 ist jetzt in Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisiere so bald wie möglich auf {linkstart}eine der offiziell unterstützten PHP-Versionen, die von der PHP-Gruppe ↗{linkend} bereitgestellt werden.", - "Avatar of {fullName}" : "Avatar von {fullName}" + "Avatar of {fullName}" : "Avatar von {fullName}", + "Start typing in search" : "Mit der Sucheingabe beginnen" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de.json b/core/l10n/de.json index 95ed32de609..945cfeb64a9 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -216,7 +216,6 @@ "Search in" : "Suche in", "Filter in current view" : "Filter in aktueller Ansicht", "Searching …" : "Suche …", - "Start typing in search" : "Mit der Sucheingabe beginnen", "No matching results" : "Keine passenden Suchergebnisse", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Zwischen ${this.dateFilter.startFrom.toLocaleDateString()} und ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Dieser Browser wird nicht unterstützt.", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Deine Remote-Adresse wurde als \"{remoteAddress}“ identifiziert und ist derzeit aufgrund eines mutmaßlichen Brute-Force-Angriffs gedrosselt, was die Geschwindigkeit verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht deine Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist. Weitere Informationen findest du in der {linkstart}Dokumentation ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Die Datenbank wird zum Sperren von Transaktionsdateien verwendet. Um die Leistung zu verbessern, richte bitte, sofern verfügbar, Memcache ein. Weitere Informationen findest du in der {linkstart}Dokumentation ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 ist jetzt in Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisiere so bald wie möglich auf {linkstart}eine der offiziell unterstützten PHP-Versionen, die von der PHP-Gruppe ↗{linkend} bereitgestellt werden.", - "Avatar of {fullName}" : "Avatar von {fullName}" + "Avatar of {fullName}" : "Avatar von {fullName}", + "Start typing in search" : "Mit der Sucheingabe beginnen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 6cf9ada00f8..1f4d73cb1cb 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Suche in", "Filter in current view" : "Filter in aktueller Ansicht", "Searching …" : "Suche …", - "Start typing in search" : "Mit der Sucheingabe beginnen", "No matching results" : "Keine passenden Suchergebnisse", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Zwischen ${this.dateFilter.startFrom.toLocaleDateString()} und ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Dieser Browser wird nicht unterstützt", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ihre Remote-Adresse wurde als \"{remoteAddress}“ identifiziert und ist derzeit aufgrund eines mutmaßlichen Brute-Force-Angriffs gedrosselt, was die Geschwindigkeit verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht Ihre Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist. Weitere Informationen finden Sie in der {linkstart}Dokumentation ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Die Datenbank wird zum Sperren von Transaktionsdateien verwendet. Um die Leistung zu verbessern, richten Sie bitte, sofern verfügbar, Memcache ein. Weitere Informationen finden Sie in der {linkstart}Dokumentation ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 ist jetzt in Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisieren Sie so bald wie möglich auf {linkstart}eine der offiziell unterstützten PHP-Versionen, die von der PHP-Gruppe ↗{linkend} bereitgestellt werden.", - "Avatar of {fullName}" : "Avatar von {fullName}" + "Avatar of {fullName}" : "Avatar von {fullName}", + "Start typing in search" : "Mit der Sucheingabe beginnen" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index dd362de49d2..926ee707da1 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -216,7 +216,6 @@ "Search in" : "Suche in", "Filter in current view" : "Filter in aktueller Ansicht", "Searching …" : "Suche …", - "Start typing in search" : "Mit der Sucheingabe beginnen", "No matching results" : "Keine passenden Suchergebnisse", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Zwischen ${this.dateFilter.startFrom.toLocaleDateString()} und ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Dieser Browser wird nicht unterstützt", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ihre Remote-Adresse wurde als \"{remoteAddress}“ identifiziert und ist derzeit aufgrund eines mutmaßlichen Brute-Force-Angriffs gedrosselt, was die Geschwindigkeit verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht Ihre Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist. Weitere Informationen finden Sie in der {linkstart}Dokumentation ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Die Datenbank wird zum Sperren von Transaktionsdateien verwendet. Um die Leistung zu verbessern, richten Sie bitte, sofern verfügbar, Memcache ein. Weitere Informationen finden Sie in der {linkstart}Dokumentation ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 ist jetzt in Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisieren Sie so bald wie möglich auf {linkstart}eine der offiziell unterstützten PHP-Versionen, die von der PHP-Gruppe ↗{linkend} bereitgestellt werden.", - "Avatar of {fullName}" : "Avatar von {fullName}" + "Avatar of {fullName}" : "Avatar von {fullName}", + "Start typing in search" : "Mit der Sucheingabe beginnen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 1593c540893..e7d447f5ff5 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Search in", "Filter in current view" : "Filter in current view", "Searching …" : "Searching …", - "Start typing in search" : "Start typing in search", "No matching results" : "No matching results", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "This browser is not supported", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart} one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible.", - "Avatar of {fullName}" : "Avatar of {fullName}" + "Avatar of {fullName}" : "Avatar of {fullName}", + "Start typing in search" : "Start typing in search" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 218c5a6e1f3..4f971bfadcb 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -216,7 +216,6 @@ "Search in" : "Search in", "Filter in current view" : "Filter in current view", "Searching …" : "Searching …", - "Start typing in search" : "Start typing in search", "No matching results" : "No matching results", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "This browser is not supported", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart} one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible.", - "Avatar of {fullName}" : "Avatar of {fullName}" + "Avatar of {fullName}" : "Avatar of {fullName}", + "Start typing in search" : "Start typing in search" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/es.js b/core/l10n/es.js index 7386a1111d4..bcd4c80e921 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -216,7 +216,6 @@ OC.L10N.register( "People" : "Personas", "Search in" : "Buscar en", "Searching …" : "Buscando …", - "Start typing in search" : "Empieza a escribir en la búsqueda", "No matching results" : "No hay coincidencias", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} y ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Este navegador no está soportado", @@ -452,6 +451,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su dirección remota se ha identificado como \"{remoteAddress}\" y está ralentizando el rendimiento de varias solicitudes por fuera bruta. Si la dirección remota no es su dirección esto puede ser un indicador de que el proxy no se ha configurado correctamente. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "La base de datos se utiliza para bloqueo transaccional de archivos. Para mejorar el rendimiento, por favor configure memcache, si está disponible. Vea la {linkstart}documentación ↗{linkend} para más información.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 es obsoleto en Nextcloud 27. Nextcloud 28 podría requerir al menos PHP 8.1. Por favor, actualice a {linkstart}una de las versiones oficialmente soportadas de PHP provistas por PHP Group ↗{linkend} tan pronto sea posible.", - "Avatar of {fullName}" : "Avatar de {fullName}" + "Avatar of {fullName}" : "Avatar de {fullName}", + "Start typing in search" : "Empieza a escribir en la búsqueda" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/es.json b/core/l10n/es.json index c89ce440f0f..f54c7c45372 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -214,7 +214,6 @@ "People" : "Personas", "Search in" : "Buscar en", "Searching …" : "Buscando …", - "Start typing in search" : "Empieza a escribir en la búsqueda", "No matching results" : "No hay coincidencias", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} y ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Este navegador no está soportado", @@ -450,6 +449,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su dirección remota se ha identificado como \"{remoteAddress}\" y está ralentizando el rendimiento de varias solicitudes por fuera bruta. Si la dirección remota no es su dirección esto puede ser un indicador de que el proxy no se ha configurado correctamente. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "La base de datos se utiliza para bloqueo transaccional de archivos. Para mejorar el rendimiento, por favor configure memcache, si está disponible. Vea la {linkstart}documentación ↗{linkend} para más información.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 es obsoleto en Nextcloud 27. Nextcloud 28 podría requerir al menos PHP 8.1. Por favor, actualice a {linkstart}una de las versiones oficialmente soportadas de PHP provistas por PHP Group ↗{linkend} tan pronto sea posible.", - "Avatar of {fullName}" : "Avatar de {fullName}" + "Avatar of {fullName}" : "Avatar de {fullName}", + "Start typing in search" : "Empieza a escribir en la búsqueda" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/eu.js b/core/l10n/eu.js index bfba62f23ff..cb8afff593c 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Bilatu hemen", "Filter in current view" : "Iragazi uneko ikuspegian", "Searching …" : "Bilatzen…", - "Start typing in search" : "Hasi bilaketa idazten", "No matching results" : "Ez dago bilaketaren emaitzarik", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()} eta ${this.dateFilter.endAt.toLocaleDateString()} artean", "This browser is not supported" : "Nabigatzaile hau ez da onartzen", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Zure helbide urruna \"{remoteAddress}\" bezala identifikatua izan zen, eta gelditzera behartuta dago une honetan eskaera batzuen errendimendua gutxituz. Urrutiko helbidea zure helbidea ez bada, proxy bat ez dela behar bezala konfiguratu adierazten du. Informazio gehiago aurkitu daiteke {linkstart} dokumentazioan ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Datu-basea fitxategi transakzionalak blokeatzeko erabiltzen da. Errendimendua hobetzeko, mesedez konfiguratu memcache, eskuragarri badago. Ikusi {linkstart}dokumentazioa ↗{linkend} informazio gehiago lortzeko.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 zaharkituta dago Nextcloud 27-n. Baliteke Nextcloud 28-k gutxienez PHP 8.1 behar izatea. Mesedez, eguneratu {linkstart}PHP Group-ek ofizialki onartzen dituen ↗{linkend} PHP bertsio batera ahalik eta lasterren.", - "Avatar of {fullName}" : "{fullName}-(r)en avatarra" + "Avatar of {fullName}" : "{fullName}-(r)en avatarra", + "Start typing in search" : "Hasi bilaketa idazten" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 3efd9d62e13..28e67162b32 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -216,7 +216,6 @@ "Search in" : "Bilatu hemen", "Filter in current view" : "Iragazi uneko ikuspegian", "Searching …" : "Bilatzen…", - "Start typing in search" : "Hasi bilaketa idazten", "No matching results" : "Ez dago bilaketaren emaitzarik", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()} eta ${this.dateFilter.endAt.toLocaleDateString()} artean", "This browser is not supported" : "Nabigatzaile hau ez da onartzen", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Zure helbide urruna \"{remoteAddress}\" bezala identifikatua izan zen, eta gelditzera behartuta dago une honetan eskaera batzuen errendimendua gutxituz. Urrutiko helbidea zure helbidea ez bada, proxy bat ez dela behar bezala konfiguratu adierazten du. Informazio gehiago aurkitu daiteke {linkstart} dokumentazioan ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Datu-basea fitxategi transakzionalak blokeatzeko erabiltzen da. Errendimendua hobetzeko, mesedez konfiguratu memcache, eskuragarri badago. Ikusi {linkstart}dokumentazioa ↗{linkend} informazio gehiago lortzeko.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 zaharkituta dago Nextcloud 27-n. Baliteke Nextcloud 28-k gutxienez PHP 8.1 behar izatea. Mesedez, eguneratu {linkstart}PHP Group-ek ofizialki onartzen dituen ↗{linkend} PHP bertsio batera ahalik eta lasterren.", - "Avatar of {fullName}" : "{fullName}-(r)en avatarra" + "Avatar of {fullName}" : "{fullName}-(r)en avatarra", + "Start typing in search" : "Hasi bilaketa idazten" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 1d4dbef5ee1..a16bf3bf6d2 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Rechercher dans", "Filter in current view" : "Filtrer dans la vue actuelle", "Searching …" : "Recherche…", - "Start typing in search" : "Commencez à saisir dans la recherche", "No matching results" : "Aucun résultat correspondant", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Du ${this.dateFilter.startFrom.toLocaleDateString()} au ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Ce navigateur n'est pas supporté", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Votre adresse réseau a été identifiée comme « {remoteAddress} » et elle est bridée par le mécanisme anti-intrusion ce qui ralentit la performance de certaines requêtes. Si cette adresse réseau n'est pas la vôtre, cela peut signifier qu'il y a une erreur de configuration d'un proxy. Vous trouverez plus d'informations dans la {linkstart}documentation ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "La base de données est actuellement utilisée pour les verrous. Afin d'améliorer les performances, veuillez si possible configurer un cache mémoire. Consulter la {linkstart}documentation ↗{linkend} pour plus d'informations.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 est maintenant obsolète pour Nextcloud 27. À partir de Nextcloud 28, la version PHP 8.1 minimum sera requise. Veuillez mettre à jour {linkstart}vers une version supportée officiellement par PHP Group ↗{linkend} dès que possible.", - "Avatar of {fullName}" : "Avatar de {fullName}" + "Avatar of {fullName}" : "Avatar de {fullName}", + "Start typing in search" : "Commencez à saisir dans la recherche" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/fr.json b/core/l10n/fr.json index f61604dc94b..8a54088371f 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -216,7 +216,6 @@ "Search in" : "Rechercher dans", "Filter in current view" : "Filtrer dans la vue actuelle", "Searching …" : "Recherche…", - "Start typing in search" : "Commencez à saisir dans la recherche", "No matching results" : "Aucun résultat correspondant", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Du ${this.dateFilter.startFrom.toLocaleDateString()} au ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Ce navigateur n'est pas supporté", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Votre adresse réseau a été identifiée comme « {remoteAddress} » et elle est bridée par le mécanisme anti-intrusion ce qui ralentit la performance de certaines requêtes. Si cette adresse réseau n'est pas la vôtre, cela peut signifier qu'il y a une erreur de configuration d'un proxy. Vous trouverez plus d'informations dans la {linkstart}documentation ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "La base de données est actuellement utilisée pour les verrous. Afin d'améliorer les performances, veuillez si possible configurer un cache mémoire. Consulter la {linkstart}documentation ↗{linkend} pour plus d'informations.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 est maintenant obsolète pour Nextcloud 27. À partir de Nextcloud 28, la version PHP 8.1 minimum sera requise. Veuillez mettre à jour {linkstart}vers une version supportée officiellement par PHP Group ↗{linkend} dès que possible.", - "Avatar of {fullName}" : "Avatar de {fullName}" + "Avatar of {fullName}" : "Avatar de {fullName}", + "Start typing in search" : "Commencez à saisir dans la recherche" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 60afd9fc129..c20ac298e12 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Buscar en", "Filter in current view" : "Filtrar na vista actual", "Searching …" : "Buscando…", - "Start typing in search" : "Comece a escribir na busca", "No matching results" : "Non hai resultados coincidentes", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Este navegador non é compatíbel", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "O seu enderezo remoto foi identificado como «{remoteAddress}» e neste momento está estrangulado por forza bruta, o que reduce o rendemento de varias solicitudes. Se o enderezo remoto non é o seu enderezo, isto pode ser unha indicación de que un proxy non está configurado correctamente. Pode atopar máis información na {linkstart}documentación ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "A base de datos úsase para o bloqueo de ficheiros transaccionais. Para mellorar o rendemento, configure Memcache, se está dispoñíbel. Consulte a {linkstart}documentación ↗{linkend} para obter máis información.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 é obsoleto en Nextcloud 27. Nextcloud 28 pode precisar polo menos PHP 8.1. Actualice a {linkstart}unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP ↗{linkend} o antes posíbel.", - "Avatar of {fullName}" : "Avatar de {fullName}" + "Avatar of {fullName}" : "Avatar de {fullName}", + "Start typing in search" : "Comece a escribir na busca" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 6b36ba1013b..fccff6d5af9 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -216,7 +216,6 @@ "Search in" : "Buscar en", "Filter in current view" : "Filtrar na vista actual", "Searching …" : "Buscando…", - "Start typing in search" : "Comece a escribir na busca", "No matching results" : "Non hai resultados coincidentes", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Este navegador non é compatíbel", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "O seu enderezo remoto foi identificado como «{remoteAddress}» e neste momento está estrangulado por forza bruta, o que reduce o rendemento de varias solicitudes. Se o enderezo remoto non é o seu enderezo, isto pode ser unha indicación de que un proxy non está configurado correctamente. Pode atopar máis información na {linkstart}documentación ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "A base de datos úsase para o bloqueo de ficheiros transaccionais. Para mellorar o rendemento, configure Memcache, se está dispoñíbel. Consulte a {linkstart}documentación ↗{linkend} para obter máis información.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 é obsoleto en Nextcloud 27. Nextcloud 28 pode precisar polo menos PHP 8.1. Actualice a {linkstart}unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP ↗{linkend} o antes posíbel.", - "Avatar of {fullName}" : "Avatar de {fullName}" + "Avatar of {fullName}" : "Avatar de {fullName}", + "Start typing in search" : "Comece a escribir na busca" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/is.js b/core/l10n/is.js index f5ea6fe760b..7572823c439 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -204,7 +204,6 @@ OC.L10N.register( "Search in" : "Leita í", "Filter in current view" : "Sía í núverandi sýn", "Searching …" : "Leita …", - "Start typing in search" : "Byrjaðu að skrifa til að leita", "No matching results" : "Engar samsvarandi niðurstöður", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Á milli ${this.dateFilter.startFrom.toLocaleDateString()} og ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Það er ekki stuðningur við þennan vafra", @@ -432,6 +431,7 @@ OC.L10N.register( "Failed to authenticate, try again" : "Tókst ekki að auðkenna, prófaðu aftur", "The page could not be found on the server." : "Síðan fannst ekki á netþjóninum.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Gagnagrunnurinn er notaður fyrir færslulæsingu skráa. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Skoðaðu {linkstart}hjálparskjölin ↗{linkend} til að sjá nánari upplýsingar.", - "Avatar of {fullName}" : "Auðkennismynd fyrir {fullName}" + "Avatar of {fullName}" : "Auðkennismynd fyrir {fullName}", + "Start typing in search" : "Byrjaðu að skrifa til að leita" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/core/l10n/is.json b/core/l10n/is.json index 08713631b1d..595b2c9086d 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -202,7 +202,6 @@ "Search in" : "Leita í", "Filter in current view" : "Sía í núverandi sýn", "Searching …" : "Leita …", - "Start typing in search" : "Byrjaðu að skrifa til að leita", "No matching results" : "Engar samsvarandi niðurstöður", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Á milli ${this.dateFilter.startFrom.toLocaleDateString()} og ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Það er ekki stuðningur við þennan vafra", @@ -430,6 +429,7 @@ "Failed to authenticate, try again" : "Tókst ekki að auðkenna, prófaðu aftur", "The page could not be found on the server." : "Síðan fannst ekki á netþjóninum.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Gagnagrunnurinn er notaður fyrir færslulæsingu skráa. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Skoðaðu {linkstart}hjálparskjölin ↗{linkend} til að sjá nánari upplýsingar.", - "Avatar of {fullName}" : "Auðkennismynd fyrir {fullName}" + "Avatar of {fullName}" : "Auðkennismynd fyrir {fullName}", + "Start typing in search" : "Byrjaðu að skrifa til að leita" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/core/l10n/it.js b/core/l10n/it.js index 73f2e5782cd..5fff13e6cea 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -217,7 +217,6 @@ OC.L10N.register( "Search in" : "Cerca all'interno", "Filter in current view" : "Filtro nella vista corrente", "Searching …" : "Ricerca in corso…", - "Start typing in search" : "Inizia a digitare il testo di ricerca", "No matching results" : "Nessun risultato corrispondente", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Tra ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Questo browser non è supportato", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Il tuo indirizzo remoto è stato identificato come \"{remoteAddress}\" e al momento è strozzato con forza bruta rallentando le prestazioni di varie richieste. Se l'indirizzo remoto non è tuo può essere indicativo che un proxy non è configurato correttamente. Puoi trovare maggiori informazioni nella {linkstart}documentazione ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Il database viene usato per il blocco transazionale dei file. Per migliorare le prestazioni, configura memcache, se disponibile. Vedi la {linkstart}documentazione ↗{linkend} per maggiori informazioni.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad {linkstart}una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP ↗{linkend} il prima possibile.", - "Avatar of {fullName}" : "Avatar di {fullName}" + "Avatar of {fullName}" : "Avatar di {fullName}", + "Start typing in search" : "Inizia a digitare il testo di ricerca" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/it.json b/core/l10n/it.json index 5ba509adbb3..065aa93696c 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -215,7 +215,6 @@ "Search in" : "Cerca all'interno", "Filter in current view" : "Filtro nella vista corrente", "Searching …" : "Ricerca in corso…", - "Start typing in search" : "Inizia a digitare il testo di ricerca", "No matching results" : "Nessun risultato corrispondente", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Tra ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Questo browser non è supportato", @@ -451,6 +450,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Il tuo indirizzo remoto è stato identificato come \"{remoteAddress}\" e al momento è strozzato con forza bruta rallentando le prestazioni di varie richieste. Se l'indirizzo remoto non è tuo può essere indicativo che un proxy non è configurato correttamente. Puoi trovare maggiori informazioni nella {linkstart}documentazione ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Il database viene usato per il blocco transazionale dei file. Per migliorare le prestazioni, configura memcache, se disponibile. Vedi la {linkstart}documentazione ↗{linkend} per maggiori informazioni.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad {linkstart}una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP ↗{linkend} il prima possibile.", - "Avatar of {fullName}" : "Avatar di {fullName}" + "Avatar of {fullName}" : "Avatar di {fullName}", + "Start typing in search" : "Inizia a digitare il testo di ricerca" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 92246415c45..cd09193ebf5 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -214,7 +214,6 @@ OC.L10N.register( "Not found" : "見つかりませんでした", "People" : "人間", "Searching …" : "検索しています…", - "Start typing in search" : "入力して検索を開始します", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()} と ${this.dateFilter.endAt.toLocaleDateString()} の間", "This browser is not supported" : "お使いのブラウザーはサポートされていません", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "お使いのブラウザーはサポート対象外です。新しいバージョンにアップグレードするかサポートされているブラウザーへ切り替えてください", @@ -449,6 +448,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "あなたのIPアドレスは、\"{remoteAddress}\" として認識されており、現在ブルートフォース対策機能により様々なリクエストのパフォーマンスが低下しています。IPアドレスがあなたのアドレスでない場合、プロキシが正しく設定されていない可能性があります。詳細は{linkstart}ドキュメント{linkend}をご覧ください。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "データベースは取引ファイルを見ることに使われています。パフォーマンスをあげるには、可能であればメモリーのキャッシュを設定してください。詳しくは {linkstart}こちらの文書↗{linkend}をご覧ください。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 は Nextcloud 27 で非推奨になりました。Nextcloud 28 では少なくとも PHP 8.1 が必要になる場合があります。できるだけ早く、{linkstart}PHP グループ が提供する、正式にサポートされている PHP バージョンのいずれか↗{linkend} にアップグレードしてください。", - "Avatar of {fullName}" : "{fullName} のアバター" + "Avatar of {fullName}" : "{fullName} のアバター", + "Start typing in search" : "入力して検索を開始します" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 033a828f968..cc72741952c 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -212,7 +212,6 @@ "Not found" : "見つかりませんでした", "People" : "人間", "Searching …" : "検索しています…", - "Start typing in search" : "入力して検索を開始します", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()} と ${this.dateFilter.endAt.toLocaleDateString()} の間", "This browser is not supported" : "お使いのブラウザーはサポートされていません", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "お使いのブラウザーはサポート対象外です。新しいバージョンにアップグレードするかサポートされているブラウザーへ切り替えてください", @@ -447,6 +446,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "あなたのIPアドレスは、\"{remoteAddress}\" として認識されており、現在ブルートフォース対策機能により様々なリクエストのパフォーマンスが低下しています。IPアドレスがあなたのアドレスでない場合、プロキシが正しく設定されていない可能性があります。詳細は{linkstart}ドキュメント{linkend}をご覧ください。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "データベースは取引ファイルを見ることに使われています。パフォーマンスをあげるには、可能であればメモリーのキャッシュを設定してください。詳しくは {linkstart}こちらの文書↗{linkend}をご覧ください。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 は Nextcloud 27 で非推奨になりました。Nextcloud 28 では少なくとも PHP 8.1 が必要になる場合があります。できるだけ早く、{linkstart}PHP グループ が提供する、正式にサポートされている PHP バージョンのいずれか↗{linkend} にアップグレードしてください。", - "Avatar of {fullName}" : "{fullName} のアバター" + "Avatar of {fullName}" : "{fullName} のアバター", + "Start typing in search" : "入力して検索を開始します" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 760980379f5..cb240e254bd 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -216,7 +216,6 @@ OC.L10N.register( "People" : "Mensen", "Search in" : "Zoek in", "Searching …" : "Zoeken ...", - "Start typing in search" : "Begin te typen in zoeken", "No matching results" : "Geen resultaten", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Tussen ${this.dateFilter.startFrom.toLocaleDateString()} en ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Deze browser wordt niet ondersteunt", @@ -452,6 +451,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Je remote address is geregistreerd als \"{remoteAddress}\" en wordt op dit moment afgeremd ter bescherming van bruteforce aanvallen. Dit verlaagt de performantie van verschillende aanvragen. Als het remote address niet uw adres is kan dit wijzen op een verkeerd ingestelde proxy. Meer informatie hierover kan je in de {linkstart}documentatie vinden ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "De database wordt gebruikt voor transactionele file locking. Verbeter de prestaties door memcache te configureren indien beschikbaar. Voor meer informatie, bekijk {linkstart}documentation ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 is verouderd binnen Nextcloud 27. Nextcloud 28 vereist mogelijks minstens PHP 8.1. Gelieve zo snel mogelijk te upgraden naar {linkstart} één van de officieel ondersteunde PHP versies voorzien door de PHP Group ↗{linkend}.", - "Avatar of {fullName}" : "Avatar van {fullName}" + "Avatar of {fullName}" : "Avatar van {fullName}", + "Start typing in search" : "Begin te typen in zoeken" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 588d0d079f7..d93b7e31f77 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -214,7 +214,6 @@ "People" : "Mensen", "Search in" : "Zoek in", "Searching …" : "Zoeken ...", - "Start typing in search" : "Begin te typen in zoeken", "No matching results" : "Geen resultaten", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Tussen ${this.dateFilter.startFrom.toLocaleDateString()} en ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Deze browser wordt niet ondersteunt", @@ -450,6 +449,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Je remote address is geregistreerd als \"{remoteAddress}\" en wordt op dit moment afgeremd ter bescherming van bruteforce aanvallen. Dit verlaagt de performantie van verschillende aanvragen. Als het remote address niet uw adres is kan dit wijzen op een verkeerd ingestelde proxy. Meer informatie hierover kan je in de {linkstart}documentatie vinden ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "De database wordt gebruikt voor transactionele file locking. Verbeter de prestaties door memcache te configureren indien beschikbaar. Voor meer informatie, bekijk {linkstart}documentation ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 is verouderd binnen Nextcloud 27. Nextcloud 28 vereist mogelijks minstens PHP 8.1. Gelieve zo snel mogelijk te upgraden naar {linkstart} één van de officieel ondersteunde PHP versies voorzien door de PHP Group ↗{linkend}.", - "Avatar of {fullName}" : "Avatar van {fullName}" + "Avatar of {fullName}" : "Avatar van {fullName}", + "Start typing in search" : "Begin te typen in zoeken" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 2b13a2a8dad..0df63e95804 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -217,7 +217,6 @@ OC.L10N.register( "Search in" : "Szukaj w", "Filter in current view" : "Filtruj w bieżącym widoku", "Searching …" : "Wyszukiwanie…", - "Start typing in search" : "Zacznij pisać w wyszukiwarce", "No matching results" : "Brak pasujących wyników", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Pomiędzy ${this.dateFilter.startFrom.toLocaleDateString()} a ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Ta przeglądarka nie jest obsługiwana", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Twój zdalny adres został zidentyfikowany jako \"{remoteAddress}\" i jest obecnie dławiony metodą bruteforce, co spowalnia działanie różnych żądań. Jeśli adres zdalny nie jest adresem użytkownika, może to wskazywać na nieprawidłową konfigurację serwera proxy. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Baza danych służy do blokowania plików transakcyjnych. Aby zwiększyć wydajność, skonfiguruj pamięć podręczną memcache, jeśli jest dostępna. Więcej informacji znajdziesz w {linkstart}dokumentacji ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do {linkstart}jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group ↗{linkend}.", - "Avatar of {fullName}" : "Awatar {fullName}" + "Avatar of {fullName}" : "Awatar {fullName}", + "Start typing in search" : "Zacznij pisać w wyszukiwarce" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/core/l10n/pl.json b/core/l10n/pl.json index 7bf7d701fa9..8facf8811c0 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -215,7 +215,6 @@ "Search in" : "Szukaj w", "Filter in current view" : "Filtruj w bieżącym widoku", "Searching …" : "Wyszukiwanie…", - "Start typing in search" : "Zacznij pisać w wyszukiwarce", "No matching results" : "Brak pasujących wyników", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Pomiędzy ${this.dateFilter.startFrom.toLocaleDateString()} a ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Ta przeglądarka nie jest obsługiwana", @@ -451,6 +450,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Twój zdalny adres został zidentyfikowany jako \"{remoteAddress}\" i jest obecnie dławiony metodą bruteforce, co spowalnia działanie różnych żądań. Jeśli adres zdalny nie jest adresem użytkownika, może to wskazywać na nieprawidłową konfigurację serwera proxy. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Baza danych służy do blokowania plików transakcyjnych. Aby zwiększyć wydajność, skonfiguruj pamięć podręczną memcache, jeśli jest dostępna. Więcej informacji znajdziesz w {linkstart}dokumentacji ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do {linkstart}jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group ↗{linkend}.", - "Avatar of {fullName}" : "Awatar {fullName}" + "Avatar of {fullName}" : "Awatar {fullName}", + "Start typing in search" : "Zacznij pisać w wyszukiwarce" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" }
\ No newline at end of file diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 181a4b307dd..cd2024a1cdb 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -202,6 +202,7 @@ OC.L10N.register( "You have not added any info yet" : "Você ainda não adicionou nenhuma informação", "{user} has not added any info yet" : "{user} ainda não adicionou nenhuma informação", "Error opening the user status modal, try hard refreshing the page" : "Erro ao abrir o modal de status do usuário, tente atualizar a página", + "Unified search" : "Pesquisa unificada", "Search apps, files, tags, messages" : "Procure por apps, arquivos, etiquetas, mensagens", "Search {types} …" : "Pesquisar {types}…", "Apps and Settings" : "Apps e Configurações", @@ -215,8 +216,8 @@ OC.L10N.register( "Not found" : "Não encontrado", "People" : "Pessoas", "Search in" : "Procurar em", + "Filter in current view" : "Filtrar na visualização atual", "Searching …" : "Pesquisando...", - "Start typing in search" : "Comece a digitar em pesquisar", "No matching results" : "Nenhum resultado encontrado", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Este navegador não é compatível", @@ -452,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Seu endereço remoto foi identificado como \"{remoteAddress}\" e está com aceleração de força bruta no momento, diminuindo o desempenho de várias solicitações. Se o endereço remoto não for o seu, isso pode ser uma indicação de que um proxy não está configurado corretamente. Mais informações podem ser encontradas na documentação {linkstart}↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "O banco de dados é usado para bloqueio de arquivo transacional. Para melhorar o desempenho, configure o memcache, se disponível. Consulte a {linkstart}documentação ↗{linkend} para obter mais informações.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "O PHP 8.0 agora está obsoleto no Nextcloud 27. O Nextcloud 28 pode exigir pelo menos o PHP 8.1. Atualize para {linkstart}uma das versões PHP oficialmente suportadas fornecidas pelo PHP Group ↗{linkend} assim que possível.", - "Avatar of {fullName}" : "Avatar of {fullName}" + "Avatar of {fullName}" : "Avatar of {fullName}", + "Start typing in search" : "Comece a digitar em pesquisar" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 8d760718fa0..a38ca0ca984 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -200,6 +200,7 @@ "You have not added any info yet" : "Você ainda não adicionou nenhuma informação", "{user} has not added any info yet" : "{user} ainda não adicionou nenhuma informação", "Error opening the user status modal, try hard refreshing the page" : "Erro ao abrir o modal de status do usuário, tente atualizar a página", + "Unified search" : "Pesquisa unificada", "Search apps, files, tags, messages" : "Procure por apps, arquivos, etiquetas, mensagens", "Search {types} …" : "Pesquisar {types}…", "Apps and Settings" : "Apps e Configurações", @@ -213,8 +214,8 @@ "Not found" : "Não encontrado", "People" : "Pessoas", "Search in" : "Procurar em", + "Filter in current view" : "Filtrar na visualização atual", "Searching …" : "Pesquisando...", - "Start typing in search" : "Comece a digitar em pesquisar", "No matching results" : "Nenhum resultado encontrado", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Este navegador não é compatível", @@ -450,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Seu endereço remoto foi identificado como \"{remoteAddress}\" e está com aceleração de força bruta no momento, diminuindo o desempenho de várias solicitações. Se o endereço remoto não for o seu, isso pode ser uma indicação de que um proxy não está configurado corretamente. Mais informações podem ser encontradas na documentação {linkstart}↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "O banco de dados é usado para bloqueio de arquivo transacional. Para melhorar o desempenho, configure o memcache, se disponível. Consulte a {linkstart}documentação ↗{linkend} para obter mais informações.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "O PHP 8.0 agora está obsoleto no Nextcloud 27. O Nextcloud 28 pode exigir pelo menos o PHP 8.1. Atualize para {linkstart}uma das versões PHP oficialmente suportadas fornecidas pelo PHP Group ↗{linkend} assim que possível.", - "Avatar of {fullName}" : "Avatar of {fullName}" + "Avatar of {fullName}" : "Avatar of {fullName}", + "Start typing in search" : "Comece a digitar em pesquisar" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/ro.js b/core/l10n/ro.js index d193bd9c57a..ea83e729b1a 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -216,7 +216,6 @@ OC.L10N.register( "Search in" : "Caută în", "Filter in current view" : "Filtrează în vizualizarea curentă", "Searching …" : "Căutare ...", - "Start typing in search" : "Tastați în căutare", "No matching results" : "Niciun rezultat găsit", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Între ${this.dateFilter.startFrom.toLocaleDateString()} și ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Browser incompatibil", @@ -452,6 +451,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Adresa ta a fost identificată ca \"{remoteAddress}\" și este în prezent limitată datorită protecției împotriva atacurilor, performanța fiind degradată. Dacă această adresă nu este a ta, poate fi un indiciu că un proxy nu este configurat corect. Informații suplimentare se pot găsi în {linkstart}documentație↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Pentru blocarea tranzacțională a fișierelor este folosită baza de date. Pentru îmbunătățirea performanței, configurați memcache, dacă este disponibilă. Vedeți {linkstart}documentația ↗{linkend} pentru mai multe informații.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 este abandonat de la Nextcloud 27. Nextcloud 28 necesită cel puțin PHP 8.1. Faceți upgrade la {linkstart} o versiune PHP suportată oficial, furnizată de PHP Group ↗{linkend} cât mai repede.", - "Avatar of {fullName}" : "Avatarul {fullName}" + "Avatar of {fullName}" : "Avatarul {fullName}", + "Start typing in search" : "Tastați în căutare" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/core/l10n/ro.json b/core/l10n/ro.json index cc0717349c5..7e308afc265 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -214,7 +214,6 @@ "Search in" : "Caută în", "Filter in current view" : "Filtrează în vizualizarea curentă", "Searching …" : "Căutare ...", - "Start typing in search" : "Tastați în căutare", "No matching results" : "Niciun rezultat găsit", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Între ${this.dateFilter.startFrom.toLocaleDateString()} și ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Browser incompatibil", @@ -450,6 +449,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Adresa ta a fost identificată ca \"{remoteAddress}\" și este în prezent limitată datorită protecției împotriva atacurilor, performanța fiind degradată. Dacă această adresă nu este a ta, poate fi un indiciu că un proxy nu este configurat corect. Informații suplimentare se pot găsi în {linkstart}documentație↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Pentru blocarea tranzacțională a fișierelor este folosită baza de date. Pentru îmbunătățirea performanței, configurați memcache, dacă este disponibilă. Vedeți {linkstart}documentația ↗{linkend} pentru mai multe informații.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 este abandonat de la Nextcloud 27. Nextcloud 28 necesită cel puțin PHP 8.1. Faceți upgrade la {linkstart} o versiune PHP suportată oficial, furnizată de PHP Group ↗{linkend} cât mai repede.", - "Avatar of {fullName}" : "Avatarul {fullName}" + "Avatar of {fullName}" : "Avatarul {fullName}", + "Start typing in search" : "Tastați în căutare" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" }
\ No newline at end of file diff --git a/core/l10n/ru.js b/core/l10n/ru.js index f932a28660e..30afa162cbe 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -217,7 +217,6 @@ OC.L10N.register( "Search in" : "Искать в", "Filter in current view" : "Фильтр в текущем виде", "Searching …" : "Поиск…", - "Start typing in search" : "Начните вводить текст в поиске", "No matching results" : "Нет совпадающих результатов", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Между ${this.dateFilter.startFrom.toLocaleDateString()} и ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Используемый браузер не поддерживается", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваш удаленный адрес был идентифицирован как \"{remoteAddress}\" и в данный момент заблокирован защитой от перебора, что замедляет выполнение различных запросов. Если удаленный адрес не является вашим адресом, это может свидетельствовать о том, что прокси-сервер настроен неправильно. Дополнительную информацию можно найти в {linkstart}документации ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "База данных используется для блокировки транзакционных файлов. Для повышения производительности, пожалуйста, настройте memcache, если таковой имеется. Смотрите документацию {linkstart} ↗ {linkend} для получения дополнительной информации.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 теперь устарел в Nextcloud 27. Для Nextcloud 28 может потребоваться как минимум PHP 8.1. Пожалуйста, обновитесь до {linkstart} одной из официально поддерживаемых версий PHP, предоставляемых PHP Group ↗ {linkend} как можно скорее.", - "Avatar of {fullName}" : "Изображение профиля {fullName}" + "Avatar of {fullName}" : "Изображение профиля {fullName}", + "Start typing in search" : "Начните вводить текст в поиске" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 894f958354c..72d6318a725 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -215,7 +215,6 @@ "Search in" : "Искать в", "Filter in current view" : "Фильтр в текущем виде", "Searching …" : "Поиск…", - "Start typing in search" : "Начните вводить текст в поиске", "No matching results" : "Нет совпадающих результатов", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Между ${this.dateFilter.startFrom.toLocaleDateString()} и ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Используемый браузер не поддерживается", @@ -451,6 +450,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваш удаленный адрес был идентифицирован как \"{remoteAddress}\" и в данный момент заблокирован защитой от перебора, что замедляет выполнение различных запросов. Если удаленный адрес не является вашим адресом, это может свидетельствовать о том, что прокси-сервер настроен неправильно. Дополнительную информацию можно найти в {linkstart}документации ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "База данных используется для блокировки транзакционных файлов. Для повышения производительности, пожалуйста, настройте memcache, если таковой имеется. Смотрите документацию {linkstart} ↗ {linkend} для получения дополнительной информации.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 теперь устарел в Nextcloud 27. Для Nextcloud 28 может потребоваться как минимум PHP 8.1. Пожалуйста, обновитесь до {linkstart} одной из официально поддерживаемых версий PHP, предоставляемых PHP Group ↗ {linkend} как можно скорее.", - "Avatar of {fullName}" : "Изображение профиля {fullName}" + "Avatar of {fullName}" : "Изображение профиля {fullName}", + "Start typing in search" : "Начните вводить текст в поиске" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/core/l10n/sk.js b/core/l10n/sk.js index d804d52d647..493593c2940 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -216,7 +216,6 @@ OC.L10N.register( "Search in" : "Hľadať v", "Filter in current view" : "Filter v aktuálnom zobrazení", "Searching …" : "Hľadá sa…", - "Start typing in search" : "Začnite písať do vyhľadávania", "No matching results" : "Žiadne zhodujúce výsledky", "This browser is not supported" : "Tento prehliadač nie je podporovaný", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Váš prehliadač nie je podporovaný. Inovujte na novšiu alebo podporovanú verziu.", @@ -450,6 +449,7 @@ OC.L10N.register( "The page could not be found on the server." : "Stránka nebola nájdená na serveri.", "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaša vzdialená adresa bola identifikovaná ako \"{remoteAddress}\" a rýchlosť vybavovania požiadaviek z nej je v tejto chvíli obmedzovaná kvôli ochrane proti útokom heslom (bruteforce). Ak vzdialená adresa nie je vaša, môže to znamenať, že nie je správna nastavená proxy. Podrobnosti sú k dispozícii v {linkstart}dokumentácii ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databáza sa používa pre transakčné zamykanie súborov. Ak chcete zvýšiť výkon, nastavte memcache, ak je k dispozícií. Ďalšie informácie nájdete v {linkstart}dokumentácií ↗{linkend}.", - "Avatar of {fullName}" : "Avatar užívateľa {fullName}" + "Avatar of {fullName}" : "Avatar užívateľa {fullName}", + "Start typing in search" : "Začnite písať do vyhľadávania" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/core/l10n/sk.json b/core/l10n/sk.json index b9f75bd80de..0c5a345a6b5 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -214,7 +214,6 @@ "Search in" : "Hľadať v", "Filter in current view" : "Filter v aktuálnom zobrazení", "Searching …" : "Hľadá sa…", - "Start typing in search" : "Začnite písať do vyhľadávania", "No matching results" : "Žiadne zhodujúce výsledky", "This browser is not supported" : "Tento prehliadač nie je podporovaný", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Váš prehliadač nie je podporovaný. Inovujte na novšiu alebo podporovanú verziu.", @@ -448,6 +447,7 @@ "The page could not be found on the server." : "Stránka nebola nájdená na serveri.", "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaša vzdialená adresa bola identifikovaná ako \"{remoteAddress}\" a rýchlosť vybavovania požiadaviek z nej je v tejto chvíli obmedzovaná kvôli ochrane proti útokom heslom (bruteforce). Ak vzdialená adresa nie je vaša, môže to znamenať, že nie je správna nastavená proxy. Podrobnosti sú k dispozícii v {linkstart}dokumentácii ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databáza sa používa pre transakčné zamykanie súborov. Ak chcete zvýšiť výkon, nastavte memcache, ak je k dispozícií. Ďalšie informácie nájdete v {linkstart}dokumentácií ↗{linkend}.", - "Avatar of {fullName}" : "Avatar užívateľa {fullName}" + "Avatar of {fullName}" : "Avatar užívateľa {fullName}", + "Start typing in search" : "Začnite písať do vyhľadávania" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/core/l10n/sl.js b/core/l10n/sl.js index e01628dc27a..a8a433f337f 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -217,7 +217,6 @@ OC.L10N.register( "Search in" : "Poišči v", "Filter in current view" : "Filtrirajte trenutni pogled", "Searching …" : "Poteka iskanje ...", - "Start typing in search" : "Vpišite niz za iskanje …", "No matching results" : "Ni zadetkov iskanja", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Med ${this.dateFilter.startFrom.toLocaleDateString()} in ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Trenutno uporabljen brskalnik ni podprt!", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaš oddaljeni naslov je bil prepoznan kot »{remoteAddress}« in je trenutno vsiljeno omejen, kar upočasnjuje izvajanje različnih nalog. Če oddaljeni naslov ni vaš naslov, je to lahko znak, da posredniški strežnik ni pravilno nastavljen. Več podrobnosti je zabeleženih v {linkstart}dokumentaciji ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Podatkovna zbirka se uporablja za transakcijsko zaklepanje datotek. Če želite povečati zmogljivost, prilagodite nastavitve pomnilnika memcache, če je ta na voljo. Za več podrobnosti se oglejte {linkstart}dokumentacijo {linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 bo zahtevana podpora PHP 8.1. Priporočena je nadgradnja na {linkstart}uradno podprte različice PHP, ki jih zagotavlja skupina PHP{linkend}.", - "Avatar of {fullName}" : "Podoba osebe {fullName}" + "Avatar of {fullName}" : "Podoba osebe {fullName}", + "Start typing in search" : "Vpišite niz za iskanje …" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 7d94ffb695d..4e6e248ef13 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -215,7 +215,6 @@ "Search in" : "Poišči v", "Filter in current view" : "Filtrirajte trenutni pogled", "Searching …" : "Poteka iskanje ...", - "Start typing in search" : "Vpišite niz za iskanje …", "No matching results" : "Ni zadetkov iskanja", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Med ${this.dateFilter.startFrom.toLocaleDateString()} in ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Trenutno uporabljen brskalnik ni podprt!", @@ -451,6 +450,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaš oddaljeni naslov je bil prepoznan kot »{remoteAddress}« in je trenutno vsiljeno omejen, kar upočasnjuje izvajanje različnih nalog. Če oddaljeni naslov ni vaš naslov, je to lahko znak, da posredniški strežnik ni pravilno nastavljen. Več podrobnosti je zabeleženih v {linkstart}dokumentaciji ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Podatkovna zbirka se uporablja za transakcijsko zaklepanje datotek. Če želite povečati zmogljivost, prilagodite nastavitve pomnilnika memcache, če je ta na voljo. Za več podrobnosti se oglejte {linkstart}dokumentacijo {linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 bo zahtevana podpora PHP 8.1. Priporočena je nadgradnja na {linkstart}uradno podprte različice PHP, ki jih zagotavlja skupina PHP{linkend}.", - "Avatar of {fullName}" : "Podoba osebe {fullName}" + "Avatar of {fullName}" : "Podoba osebe {fullName}", + "Start typing in search" : "Vpišite niz za iskanje …" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" }
\ No newline at end of file diff --git a/core/l10n/sr.js b/core/l10n/sr.js index d385c61ecfc..941ac7628ee 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Претражи у", "Filter in current view" : "Филтрирај у текућем погледу", "Searching …" : "Тражим…", - "Start typing in search" : "Почните да куцате у претрази", "No matching results" : "Претрага није дала резултате", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Између ${this.dateFilter.startFrom.toLocaleDateString()} и ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Овај веб читач није подржан", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваша удаљена адреса је идентификована као „{remoteAddress}” и тренутно је пригушена због напада грубом силом чиме се успоравају перформансе разних захтева. Ако удаљена адреса није ваша, ово може бити знак да прокси није исправно подешен. Више информација може да се пронађе у {linkstart}документацији ↗{linkend}.”", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "База података се користи за трансакционо закључавање фајлова. Да бисте побољшали перформансе, молимо вас да конфигуришете memcache, ако је то могуће. За више информација, погледајте {linkstart}документацију ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 је сада застарео у Nextcloud 27. Nextcloud 28 може да захтева барем PHP 8.1. Молимо вас да ажурирате на {linkstart}једну од званично подржаних PHP верзија које обезбеђује PHP Група ↗{linkend} што је пре могуће.", - "Avatar of {fullName}" : "Аватар корисника {fullName}" + "Avatar of {fullName}" : "Аватар корисника {fullName}", + "Start typing in search" : "Почните да куцате у претрази" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/core/l10n/sr.json b/core/l10n/sr.json index 1be3d10814f..4f2433a928e 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -216,7 +216,6 @@ "Search in" : "Претражи у", "Filter in current view" : "Филтрирај у текућем погледу", "Searching …" : "Тражим…", - "Start typing in search" : "Почните да куцате у претрази", "No matching results" : "Претрага није дала резултате", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Између ${this.dateFilter.startFrom.toLocaleDateString()} и ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Овај веб читач није подржан", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваша удаљена адреса је идентификована као „{remoteAddress}” и тренутно је пригушена због напада грубом силом чиме се успоравају перформансе разних захтева. Ако удаљена адреса није ваша, ово може бити знак да прокси није исправно подешен. Више информација може да се пронађе у {linkstart}документацији ↗{linkend}.”", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "База података се користи за трансакционо закључавање фајлова. Да бисте побољшали перформансе, молимо вас да конфигуришете memcache, ако је то могуће. За више информација, погледајте {linkstart}документацију ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 је сада застарео у Nextcloud 27. Nextcloud 28 може да захтева барем PHP 8.1. Молимо вас да ажурирате на {linkstart}једну од званично подржаних PHP верзија које обезбеђује PHP Група ↗{linkend} што је пре могуће.", - "Avatar of {fullName}" : "Аватар корисника {fullName}" + "Avatar of {fullName}" : "Аватар корисника {fullName}", + "Start typing in search" : "Почните да куцате у претрази" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 79f2ab2fc80..0e835dd6dc2 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -205,7 +205,6 @@ OC.L10N.register( "Search in" : "Sök i", "Filter in current view" : "Filtrera i aktuell vy", "Searching …" : "Söker ...", - "Start typing in search" : "Börja skriva i sökningen", "No matching results" : "Inga matchande resultat", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Mellan ${this.dateFilter.startFrom.toLocaleDateString()} och ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Den här webbläsaren stöds inte", @@ -436,6 +435,7 @@ OC.L10N.register( "Failed to authenticate, try again" : "Misslyckades att autentisera, försök igen", "The page could not be found on the server." : "Sidan kunde inte hittas på servern.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databasen används till transaktionsbaserad fillåsning. För att förbättra prestandan, konfigurera memcache om tillgängligt. Se {linkstart}Dokumentationen ↗{linkend} för mer information.", - "Avatar of {fullName}" : "Avatar för {fullName}" + "Avatar of {fullName}" : "Avatar för {fullName}", + "Start typing in search" : "Börja skriva i sökningen" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 770249fe36c..2d5bc9b09b5 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -203,7 +203,6 @@ "Search in" : "Sök i", "Filter in current view" : "Filtrera i aktuell vy", "Searching …" : "Söker ...", - "Start typing in search" : "Börja skriva i sökningen", "No matching results" : "Inga matchande resultat", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Mellan ${this.dateFilter.startFrom.toLocaleDateString()} och ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Den här webbläsaren stöds inte", @@ -434,6 +433,7 @@ "Failed to authenticate, try again" : "Misslyckades att autentisera, försök igen", "The page could not be found on the server." : "Sidan kunde inte hittas på servern.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databasen används till transaktionsbaserad fillåsning. För att förbättra prestandan, konfigurera memcache om tillgängligt. Se {linkstart}Dokumentationen ↗{linkend} för mer information.", - "Avatar of {fullName}" : "Avatar för {fullName}" + "Avatar of {fullName}" : "Avatar för {fullName}", + "Start typing in search" : "Börja skriva i sökningen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/tr.js b/core/l10n/tr.js index eeb4f5bb311..7c2739e0393 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "Şurada aransın", "Filter in current view" : "Geçerli görünümü süz", "Searching …" : "Aranıyor…", - "Start typing in search" : "Aramak için yazmaya başlayın", "No matching results" : "Aramaya uyan bir sonuç bulunamadı", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()} ile ${this.dateFilter.endAt.toLocaleDateString()} arasında", "This browser is not supported" : "Bu tarayıcı desteklenmiyor", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Uzak adresiniz \"{remoteAddress}\" olarak belirlendi ve şu anda çeşitli isteklerin yerine getirilmesini yavaşlatacak şekilde kaba kuvvet saldırısı nedeniyle kısıtlanıyor. Uzak adres sizin adresiniz değilse bu, vekil sunucusunun doğru şekilde yapılandırılmadığını gösteriyor olabilir. Ayrıntılı bilgi almak için {linkstart}belgelere ↗{linkend} bakabilirsiniz.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Veri tabanı, işlemsel dosya kilitleme için kullanılır. Başarımı yükseltmek için varsa lütfen memcache yapılandırmasını ayarlayın. Ayrıntılı bilgi almak için {linkstart}belgelere ↗{linkend} bakabilirsiniz.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede {linkstart} PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine↗{linkend} yükseltin.", - "Avatar of {fullName}" : "{fullName} avatarı" + "Avatar of {fullName}" : "{fullName} avatarı", + "Start typing in search" : "Aramak için yazmaya başlayın" }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 4d4f7092a56..7a15c9f44b1 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -216,7 +216,6 @@ "Search in" : "Şurada aransın", "Filter in current view" : "Geçerli görünümü süz", "Searching …" : "Aranıyor…", - "Start typing in search" : "Aramak için yazmaya başlayın", "No matching results" : "Aramaya uyan bir sonuç bulunamadı", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()} ile ${this.dateFilter.endAt.toLocaleDateString()} arasında", "This browser is not supported" : "Bu tarayıcı desteklenmiyor", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Uzak adresiniz \"{remoteAddress}\" olarak belirlendi ve şu anda çeşitli isteklerin yerine getirilmesini yavaşlatacak şekilde kaba kuvvet saldırısı nedeniyle kısıtlanıyor. Uzak adres sizin adresiniz değilse bu, vekil sunucusunun doğru şekilde yapılandırılmadığını gösteriyor olabilir. Ayrıntılı bilgi almak için {linkstart}belgelere ↗{linkend} bakabilirsiniz.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Veri tabanı, işlemsel dosya kilitleme için kullanılır. Başarımı yükseltmek için varsa lütfen memcache yapılandırmasını ayarlayın. Ayrıntılı bilgi almak için {linkstart}belgelere ↗{linkend} bakabilirsiniz.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede {linkstart} PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine↗{linkend} yükseltin.", - "Avatar of {fullName}" : "{fullName} avatarı" + "Avatar of {fullName}" : "{fullName} avatarı", + "Start typing in search" : "Aramak için yazmaya başlayın" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 158c455e291..745a735aab9 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -217,7 +217,6 @@ OC.L10N.register( "Search in" : "Шукати у", "Filter in current view" : "Фільтр поточного подання", "Searching …" : "Пошук ...", - "Start typing in search" : "Почніть шукати", "No matching results" : "Відсутні збіги", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Між ${this.dateFilter.startFrom.toLocaleDateString()} та ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Цей бравзер не підтримується", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваша віддалена адреса була ідентифікована як \"{remoteAddress}\" і наразі щодо неї виконуються спроби грубого підбору паролів, відповідно виконання різних запитів відбувається уповільнено. Якщо віддалена адреса не є вашою адресою, це може свідчити про те, що проксі налаштовано неправильно. Додаткову інформацію можна знайти в {linkstart}документації ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "База даних використовується для транзакційного блокування файлів. Для підвищення продуктивності, будь ласка, налаштуйте кеш-пам'ять, якщо це можливо. Докладнішу інформацію наведено у ↗{linkend} документації{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 вже застаріла в Nextcloud 27. Для роботи Nextcloud 28 може знадобитися щонайменше PHP 8.1. Будь ласка, якнайшвидше оновіть систему до {linkstart}однієї з офіційно підтримуваних версій PHP, наданих групою розробників PHP ↗{linkend}.", - "Avatar of {fullName}" : "Аватарка {fullName}" + "Avatar of {fullName}" : "Аватарка {fullName}", + "Start typing in search" : "Почніть шукати" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 1173580c318..9ac8b19ca10 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -215,7 +215,6 @@ "Search in" : "Шукати у", "Filter in current view" : "Фільтр поточного подання", "Searching …" : "Пошук ...", - "Start typing in search" : "Почніть шукати", "No matching results" : "Відсутні збіги", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Між ${this.dateFilter.startFrom.toLocaleDateString()} та ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Цей бравзер не підтримується", @@ -451,6 +450,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваша віддалена адреса була ідентифікована як \"{remoteAddress}\" і наразі щодо неї виконуються спроби грубого підбору паролів, відповідно виконання різних запитів відбувається уповільнено. Якщо віддалена адреса не є вашою адресою, це може свідчити про те, що проксі налаштовано неправильно. Додаткову інформацію можна знайти в {linkstart}документації ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "База даних використовується для транзакційного блокування файлів. Для підвищення продуктивності, будь ласка, налаштуйте кеш-пам'ять, якщо це можливо. Докладнішу інформацію наведено у ↗{linkend} документації{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 вже застаріла в Nextcloud 27. Для роботи Nextcloud 28 може знадобитися щонайменше PHP 8.1. Будь ласка, якнайшвидше оновіть систему до {linkstart}однієї з офіційно підтримуваних версій PHP, наданих групою розробників PHP ↗{linkend}.", - "Avatar of {fullName}" : "Аватарка {fullName}" + "Avatar of {fullName}" : "Аватарка {fullName}", + "Start typing in search" : "Почніть шукати" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" }
\ No newline at end of file diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index b36249739c7..c08579e18cc 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -217,7 +217,6 @@ OC.L10N.register( "Search in" : "搜索", "Filter in current view" : "在当前视图中筛选", "Searching …" : "正在搜索 ...", - "Start typing in search" : "开始输入搜索内容", "No matching results" : "无匹配结果", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介于 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 之间", "This browser is not supported" : "您的浏览器不受支持!", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的远端地址识别为「{remoteAddress}」,且目前正受到强力限制,导致降低了各种请求的性能。若远端地址不是您的地址,可能代表代理服务器设置不正确。可以在{linkstart}文件 ↗{linkend}中找到进一步的信息。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "数据库被用于事务文件锁。为了增强性能,请设置memcache(如果可用)。获取更多信息请参见{linkstart}文档↗{linkend}。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Nextcloud 27已弃用PHP 8.0。Nextcloud 28可能需要PHP 8.1或更高版本。请尽快升级至一个 {linkstart}PHP Group ↗{linkend}提供官方支持的版本。", - "Avatar of {fullName}" : "{fullName}的头像" + "Avatar of {fullName}" : "{fullName}的头像", + "Start typing in search" : "开始输入搜索内容" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 64464c7a1f2..b41fe68a42a 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -215,7 +215,6 @@ "Search in" : "搜索", "Filter in current view" : "在当前视图中筛选", "Searching …" : "正在搜索 ...", - "Start typing in search" : "开始输入搜索内容", "No matching results" : "无匹配结果", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介于 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 之间", "This browser is not supported" : "您的浏览器不受支持!", @@ -451,6 +450,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的远端地址识别为「{remoteAddress}」,且目前正受到强力限制,导致降低了各种请求的性能。若远端地址不是您的地址,可能代表代理服务器设置不正确。可以在{linkstart}文件 ↗{linkend}中找到进一步的信息。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "数据库被用于事务文件锁。为了增强性能,请设置memcache(如果可用)。获取更多信息请参见{linkstart}文档↗{linkend}。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Nextcloud 27已弃用PHP 8.0。Nextcloud 28可能需要PHP 8.1或更高版本。请尽快升级至一个 {linkstart}PHP Group ↗{linkend}提供官方支持的版本。", - "Avatar of {fullName}" : "{fullName}的头像" + "Avatar of {fullName}" : "{fullName}的头像", + "Start typing in search" : "开始输入搜索内容" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index fcd61e7000a..2f022d90efe 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "搜尋", "Filter in current view" : "目前檢視裡的篩選條件", "Searching …" : "正在搜尋……", - "Start typing in search" : "開始輸入搜尋內容", "No matching results" : "無相符結果", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介於 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 間", "This browser is not supported" : "不支援此瀏覽器", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的遠端地址被識別為「{remoteAddress}」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。可以在{linkstart}文件 ↗{linkend}中找到進一步的資訊。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "數據庫用於事務檔案鎖定。為提高性能,請配置 memcache(如果可用)。有關詳細信息,請參閱{linkstart}說明書 ↗{linkend}。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Nextcloud 27 現已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更高版本。請盡快升級到 {linkstart} PHP Group ↗{linkend} 提供的官方支持的 PHP 版本之一。", - "Avatar of {fullName}" : "{fullName} 的虛擬化身" + "Avatar of {fullName}" : "{fullName} 的虛擬化身", + "Start typing in search" : "開始輸入搜尋內容" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 7e7d8b2bb9a..0c2b0df2fe8 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -216,7 +216,6 @@ "Search in" : "搜尋", "Filter in current view" : "目前檢視裡的篩選條件", "Searching …" : "正在搜尋……", - "Start typing in search" : "開始輸入搜尋內容", "No matching results" : "無相符結果", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介於 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 間", "This browser is not supported" : "不支援此瀏覽器", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的遠端地址被識別為「{remoteAddress}」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。可以在{linkstart}文件 ↗{linkend}中找到進一步的資訊。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "數據庫用於事務檔案鎖定。為提高性能,請配置 memcache(如果可用)。有關詳細信息,請參閱{linkstart}說明書 ↗{linkend}。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Nextcloud 27 現已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更高版本。請盡快升級到 {linkstart} PHP Group ↗{linkend} 提供的官方支持的 PHP 版本之一。", - "Avatar of {fullName}" : "{fullName} 的虛擬化身" + "Avatar of {fullName}" : "{fullName} 的虛擬化身", + "Start typing in search" : "開始輸入搜尋內容" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index c19796f7e76..3f0f1d3276d 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -218,7 +218,6 @@ OC.L10N.register( "Search in" : "搜尋", "Filter in current view" : "目前檢視裡的篩選條件", "Searching …" : "正在搜尋……", - "Start typing in search" : "開始輸入搜尋內容", "No matching results" : "無相符結果", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介於 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 間", "This browser is not supported" : "不支援此瀏覽器", @@ -454,6 +453,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的遠端地址被識別為「{remoteAddress}」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。可以在{linkstart}文件 ↗{linkend}中找到進一步的資訊。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "資料庫用於交易檔案鎖定。要強化效能,請設定 memcache(若可用)。請見{linkstart}文件 ↗{linkend}。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 {linkstart}PHP Group ↗{linkend}提供官方支援的其中一個版本。", - "Avatar of {fullName}" : "{fullName} 的大頭照" + "Avatar of {fullName}" : "{fullName} 的大頭照", + "Start typing in search" : "開始輸入搜尋內容" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index b4b83a96e12..394b9e3f40d 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -216,7 +216,6 @@ "Search in" : "搜尋", "Filter in current view" : "目前檢視裡的篩選條件", "Searching …" : "正在搜尋……", - "Start typing in search" : "開始輸入搜尋內容", "No matching results" : "無相符結果", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介於 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 間", "This browser is not supported" : "不支援此瀏覽器", @@ -452,6 +451,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的遠端地址被識別為「{remoteAddress}」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。可以在{linkstart}文件 ↗{linkend}中找到進一步的資訊。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "資料庫用於交易檔案鎖定。要強化效能,請設定 memcache(若可用)。請見{linkstart}文件 ↗{linkend}。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 {linkstart}PHP Group ↗{linkend}提供官方支援的其中一個版本。", - "Avatar of {fullName}" : "{fullName} 的大頭照" + "Avatar of {fullName}" : "{fullName} 的大頭照", + "Start typing in search" : "開始輸入搜尋內容" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |