diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
commit | 8f517325f577c64562cad10be9195d2d706e82f5 (patch) | |
tree | 4590e176cdaca2443e8c1e928be8e8cddf8412b5 /apps/settings/l10n | |
parent | 28a30a6ea89974601a5cf849fb480238df906060 (diff) | |
download | nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.tar.gz nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n')
-rw-r--r-- | apps/settings/l10n/ar.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/ar.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/ast.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/ast.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index 440ffae1b02..c003a285bc6 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -243,6 +243,7 @@ OC.L10N.register( "The PHP OPcache module is not properly configured. %s." : "جزء الـ PHP OPcache لم يتم إعداده بالشكل الصحيح. %s.", "Correctly configured" : "تمّ الإعداد بالشكل الصحيح", "PHP version" : "إصدار الـ PHP", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "أنت الآن تُشغِّل PHP ـ %s. الإصدار 8.1 من PHP تمّ إسقاطه في الإصدارين 30 و 31 من نكست كلاود. الإصدار 32 قد يستلزم 8.2 على الأقل. يرجى الترقية إلى أحد إصدارات PHP المدعومة رسمياً والمقدمة من مجموعة PHP في أقرب وقت ممكن.. ", "You are currently running PHP %s." : "إصدار PHP الذي تقوم بتشغيله الآن هو %s.", "PHP \"output_buffering\" option" : "خيار الـ PHP ـ \"output_buffering\" ", "PHP configuration option \"output_buffering\" must be disabled" : "خيار إعداد الـ PHP ـ \"output_buffering\" يجب تعطيله", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 8dfce2e16dd..e29ccc31591 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -241,6 +241,7 @@ "The PHP OPcache module is not properly configured. %s." : "جزء الـ PHP OPcache لم يتم إعداده بالشكل الصحيح. %s.", "Correctly configured" : "تمّ الإعداد بالشكل الصحيح", "PHP version" : "إصدار الـ PHP", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "أنت الآن تُشغِّل PHP ـ %s. الإصدار 8.1 من PHP تمّ إسقاطه في الإصدارين 30 و 31 من نكست كلاود. الإصدار 32 قد يستلزم 8.2 على الأقل. يرجى الترقية إلى أحد إصدارات PHP المدعومة رسمياً والمقدمة من مجموعة PHP في أقرب وقت ممكن.. ", "You are currently running PHP %s." : "إصدار PHP الذي تقوم بتشغيله الآن هو %s.", "PHP \"output_buffering\" option" : "خيار الـ PHP ـ \"output_buffering\" ", "PHP configuration option \"output_buffering\" must be disabled" : "خيار إعداد الـ PHP ـ \"output_buffering\" يجب تعطيله", diff --git a/apps/settings/l10n/ast.js b/apps/settings/l10n/ast.js index 4eab59e5262..d3c420be32a 100644 --- a/apps/settings/l10n/ast.js +++ b/apps/settings/l10n/ast.js @@ -252,6 +252,7 @@ OC.L10N.register( "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"], "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"], "Avatar" : "Avatar", + "Username" : "Nome d'usuariu", "Loading account …" : "Cargando la cuenta…", "{size} used" : "{size} n'usu", "Delete account" : "Dersaniciar la cuenta", diff --git a/apps/settings/l10n/ast.json b/apps/settings/l10n/ast.json index 59858205d65..50309cea246 100644 --- a/apps/settings/l10n/ast.json +++ b/apps/settings/l10n/ast.json @@ -250,6 +250,7 @@ "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"], "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"], "Avatar" : "Avatar", + "Username" : "Nome d'usuariu", "Loading account …" : "Cargando la cuenta…", "{size} used" : "{size} n'usu", "Delete account" : "Dersaniciar la cuenta", |