diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 1 | ||||
-rw-r--r-- | lib/l10n/de.js | 2 | ||||
-rw-r--r-- | lib/l10n/de.json | 2 | ||||
-rw-r--r-- | lib/l10n/de_DE.js | 2 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 2 | ||||
-rw-r--r-- | lib/l10n/en_GB.js | 2 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 2 | ||||
-rw-r--r-- | lib/l10n/et_EE.js | 2 | ||||
-rw-r--r-- | lib/l10n/et_EE.json | 2 | ||||
-rw-r--r-- | lib/l10n/ga.js | 2 | ||||
-rw-r--r-- | lib/l10n/ga.json | 2 | ||||
-rw-r--r-- | lib/l10n/uk.js | 2 | ||||
-rw-r--r-- | lib/l10n/uk.json | 2 | ||||
-rw-r--r-- | lib/l10n/zh_CN.js | 4 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 4 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 2 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 2 |
17 files changed, 35 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php index a603f67d78e..ab838d366b1 100644 --- a/lib/base.php +++ b/lib/base.php @@ -243,6 +243,7 @@ class OC { // render error page $template = Server::get(ITemplateManager::class)->getTemplate('', 'update.user', 'guest'); \OCP\Util::addScript('core', 'maintenance'); + \OCP\Util::addScript('core', 'common'); \OCP\Util::addStyle('core', 'guest'); $template->printPage(); die(); diff --git a/lib/l10n/de.js b/lib/l10n/de.js index db04c57acff..de09d348eaf 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -129,6 +129,8 @@ OC.L10N.register( "Settings" : "Einstellungen", "Log out" : "Abmelden", "Accounts" : "Konten", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "%s auf Bluesky anzeigen", "Email" : "E-Mail", "Mail %s" : "E-Mail %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index c7ad725a2b6..bd676f0ec80 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -127,6 +127,8 @@ "Settings" : "Einstellungen", "Log out" : "Abmelden", "Accounts" : "Konten", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "%s auf Bluesky anzeigen", "Email" : "E-Mail", "Mail %s" : "E-Mail %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index bea2fe3ba6d..8329f013a24 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -129,6 +129,8 @@ OC.L10N.register( "Settings" : "Einstellungen", "Log out" : "Abmelden", "Accounts" : "Konten", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "%s auf Bluesky anzeigen", "Email" : "E-Mail", "Mail %s" : "E-Mail %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index d754563af01..26c052d4233 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -127,6 +127,8 @@ "Settings" : "Einstellungen", "Log out" : "Abmelden", "Accounts" : "Konten", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "%s auf Bluesky anzeigen", "Email" : "E-Mail", "Mail %s" : "E-Mail %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index b406616574a..05dc12e854e 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -129,6 +129,8 @@ OC.L10N.register( "Settings" : "Settings", "Log out" : "Log out", "Accounts" : "Accounts", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "View %s on Bluesky", "Email" : "Email", "Mail %s" : "Mail %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index cfe65d44222..e195477c74b 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -127,6 +127,8 @@ "Settings" : "Settings", "Log out" : "Log out", "Accounts" : "Accounts", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "View %s on Bluesky", "Email" : "Email", "Mail %s" : "Mail %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js index 92080235dd5..8371f694041 100644 --- a/lib/l10n/et_EE.js +++ b/lib/l10n/et_EE.js @@ -129,6 +129,8 @@ OC.L10N.register( "Settings" : "Seaded", "Log out" : "Logi välja", "Accounts" : "Kasutajakontod", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "Vaata Bluesky's: %s", "Email" : "E-post", "Mail %s" : "E-post %s", "Fediverse" : "Födiversum", diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json index b8e16d36993..54d54acf434 100644 --- a/lib/l10n/et_EE.json +++ b/lib/l10n/et_EE.json @@ -127,6 +127,8 @@ "Settings" : "Seaded", "Log out" : "Logi välja", "Accounts" : "Kasutajakontod", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "Vaata Bluesky's: %s", "Email" : "E-post", "Mail %s" : "E-post %s", "Fediverse" : "Födiversum", diff --git a/lib/l10n/ga.js b/lib/l10n/ga.js index 2de5f97ab4c..1eb9610c265 100644 --- a/lib/l10n/ga.js +++ b/lib/l10n/ga.js @@ -129,6 +129,8 @@ OC.L10N.register( "Settings" : "Socruithe", "Log out" : "Logáil Amach", "Accounts" : "Cuntais", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "Féach %s ar Bluesky", "Email" : "Ríomhphost", "Mail %s" : "Ríomhphost %s", "Fediverse" : "Feidearálach", diff --git a/lib/l10n/ga.json b/lib/l10n/ga.json index a81cebc37e0..c719a58f656 100644 --- a/lib/l10n/ga.json +++ b/lib/l10n/ga.json @@ -127,6 +127,8 @@ "Settings" : "Socruithe", "Log out" : "Logáil Amach", "Accounts" : "Cuntais", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "Féach %s ar Bluesky", "Email" : "Ríomhphost", "Mail %s" : "Ríomhphost %s", "Fediverse" : "Feidearálach", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 4e871b4130f..6bbd064cdef 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -129,6 +129,8 @@ OC.L10N.register( "Settings" : "Налаштування", "Log out" : "Вихід", "Accounts" : "Облікові записи", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "Переглянути %s в Bluesky", "Email" : "Електронна пошта", "Mail %s" : "Пошта %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index 285c39ff532..dec165c8acb 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -127,6 +127,8 @@ "Settings" : "Налаштування", "Log out" : "Вихід", "Accounts" : "Облікові записи", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "Переглянути %s в Bluesky", "Email" : "Електронна пошта", "Mail %s" : "Пошта %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index bb1294601aa..5b78898b2db 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -1,7 +1,7 @@ OC.L10N.register( "lib", { - "Cannot write into \"config\" directory!" : "无法写入 \"config\" 目录!", + "Cannot write into \"config\" directory!" : "无法写入“config”目录!", "This can usually be fixed by giving the web server write access to the config directory." : "通常可以为 Web 服务器授予对 config 目录的写入权限来修复这个问题。", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "但是,如果您更希望将 config.php 文件设为只读,可以将 \"config_is_read_only\" 选项设置为 true。", "See %s" : "查看 %s", @@ -129,6 +129,8 @@ OC.L10N.register( "Settings" : "设置", "Log out" : "注销", "Accounts" : "账号", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "在 Bluesky 上查看 %s", "Email" : "电子邮箱", "Mail %s" : "发邮件给 %s", "Fediverse" : "联邦宇宙", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 28e3497decd..857e1ced95b 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -1,5 +1,5 @@ { "translations": { - "Cannot write into \"config\" directory!" : "无法写入 \"config\" 目录!", + "Cannot write into \"config\" directory!" : "无法写入“config”目录!", "This can usually be fixed by giving the web server write access to the config directory." : "通常可以为 Web 服务器授予对 config 目录的写入权限来修复这个问题。", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "但是,如果您更希望将 config.php 文件设为只读,可以将 \"config_is_read_only\" 选项设置为 true。", "See %s" : "查看 %s", @@ -127,6 +127,8 @@ "Settings" : "设置", "Log out" : "注销", "Accounts" : "账号", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "在 Bluesky 上查看 %s", "Email" : "电子邮箱", "Mail %s" : "发邮件给 %s", "Fediverse" : "联邦宇宙", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 89b8457ef51..86f2a61e2ed 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -129,6 +129,8 @@ OC.L10N.register( "Settings" : "設定", "Log out" : "登出", "Accounts" : "帳戶", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "在 Bluesky 上查看 %s", "Email" : "電郵地址", "Mail %s" : "郵件 %s", "Fediverse" : "Fediverse", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index e9b3544b539..202410d95dd 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -127,6 +127,8 @@ "Settings" : "設定", "Log out" : "登出", "Accounts" : "帳戶", + "Bluesky" : "Bluesky", + "View %s on Bluesky" : "在 Bluesky 上查看 %s", "Email" : "電郵地址", "Mail %s" : "郵件 %s", "Fediverse" : "Fediverse", |