diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-01-08 00:21:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-01-08 00:21:37 +0000 |
commit | 62ebeb236c67362af87f28fe0b7e758417f49373 (patch) | |
tree | 7156ae446dec2481adeed3c860afdb0767e8fbce /lib | |
parent | c4c674287b94e35a903a3048a827c13272143e16 (diff) | |
download | nextcloud-server-62ebeb236c67362af87f28fe0b7e758417f49373.tar.gz nextcloud-server-62ebeb236c67362af87f28fe0b7e758417f49373.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ar.js | 7 | ||||
-rw-r--r-- | lib/l10n/ar.json | 7 | ||||
-rw-r--r-- | lib/l10n/cs.js | 7 | ||||
-rw-r--r-- | lib/l10n/cs.json | 7 | ||||
-rw-r--r-- | lib/l10n/de_DE.js | 7 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 7 | ||||
-rw-r--r-- | lib/l10n/en_GB.js | 7 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 7 | ||||
-rw-r--r-- | lib/l10n/ga.js | 7 | ||||
-rw-r--r-- | lib/l10n/ga.json | 7 | ||||
-rw-r--r-- | lib/l10n/sv.js | 7 | ||||
-rw-r--r-- | lib/l10n/sv.json | 7 | ||||
-rw-r--r-- | lib/l10n/zh_CN.js | 32 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 32 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 7 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 7 | ||||
-rw-r--r-- | lib/l10n/zh_TW.js | 7 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 7 |
18 files changed, 176 insertions, 0 deletions
diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index 95ee62c5110..8d9d4d12595 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "مسار غير صالح !", "Failed to create file from template" : "تعذّر إنشاء ملفٍ من قالبٍ", "Templates" : "القوالب", + "Storage %s cannot be moved" : "وحدة التخزين %s لايمكن نقلها", + "Moving a share (%s) into a shared folder is not allowed" : "نقل مشاركة (%s) في مجلد مشترك غير ممكن", + "Moving a storage (%s) into a shared folder is not allowed" : "نقل وحدة تخزين (%s) في مجلد مشترك غير ممكن", + "Moving a share (%s) into another share (%s) is not allowed" : "نقل مشاركة (%s) في مشاركة أخرى (%s) غير ممكن", + "Moving a share (%s) into another storage (%s) is not allowed" : "نقل مشاركة (%s) لوحدة تخزين أخرى (%s) غير ممكن", + "Moving a storage (%s) into a share (%s) is not allowed" : "نقل وحدة تخزين (%s) في مشاركة (%s) غير ممكن", + "Moving a storage (%s) into another storage (%s) is not allowed" : "نقل وحدة تخزين (%s) في وحدة تخزين أخرى (%s) غير ممكن", "Path contains invalid segments" : "يحتوي المسار على أجزاء غير صحيحة", "Filename is a reserved word" : "اسم الملف غير مقبوله لأنه كلمة محجوزة", "Filename contains at least one invalid character" : "اسم الملف به على الأقل حرفٌ غير صالح", diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json index e2c8ea9354e..0e225fbe064 100644 --- a/lib/l10n/ar.json +++ b/lib/l10n/ar.json @@ -90,6 +90,13 @@ "Invalid path" : "مسار غير صالح !", "Failed to create file from template" : "تعذّر إنشاء ملفٍ من قالبٍ", "Templates" : "القوالب", + "Storage %s cannot be moved" : "وحدة التخزين %s لايمكن نقلها", + "Moving a share (%s) into a shared folder is not allowed" : "نقل مشاركة (%s) في مجلد مشترك غير ممكن", + "Moving a storage (%s) into a shared folder is not allowed" : "نقل وحدة تخزين (%s) في مجلد مشترك غير ممكن", + "Moving a share (%s) into another share (%s) is not allowed" : "نقل مشاركة (%s) في مشاركة أخرى (%s) غير ممكن", + "Moving a share (%s) into another storage (%s) is not allowed" : "نقل مشاركة (%s) لوحدة تخزين أخرى (%s) غير ممكن", + "Moving a storage (%s) into a share (%s) is not allowed" : "نقل وحدة تخزين (%s) في مشاركة (%s) غير ممكن", + "Moving a storage (%s) into another storage (%s) is not allowed" : "نقل وحدة تخزين (%s) في وحدة تخزين أخرى (%s) غير ممكن", "Path contains invalid segments" : "يحتوي المسار على أجزاء غير صحيحة", "Filename is a reserved word" : "اسم الملف غير مقبوله لأنه كلمة محجوزة", "Filename contains at least one invalid character" : "اسم الملف به على الأقل حرفٌ غير صالح", diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 978ed14454e..550fc8e7d2a 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "Neplatný popis umístění", "Failed to create file from template" : "Vytvoření souboru ze šablony se nezdařilo", "Templates" : "Šablony", + "Storage %s cannot be moved" : "Úložiště %s není možné přesunout", + "Moving a share (%s) into a shared folder is not allowed" : "Přesunutí sdílení (%s) do sdílené složky není povoleno", + "Moving a storage (%s) into a shared folder is not allowed" : "Přesunutí úložiště (%s) do sdílené složky není povoleno", + "Moving a share (%s) into another share (%s) is not allowed" : "Přesunutí sdílení (%s) do jiného sdílení (%s) není povoleno", + "Moving a share (%s) into another storage (%s) is not allowed" : "Přesunutí sdílení (%s) do jiného úložiště (%s) není povoleno", + "Moving a storage (%s) into a share (%s) is not allowed" : "Přesunutí úložiště (%s) do sdílení (%s) není povoleno", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Přesunutí úložiště (%s) do jiného úložiště (%s) není povoleno", "Path contains invalid segments" : "Popis umístění obsahuje neplatné úseky", "Filename is a reserved word" : "Název souboru je rezervované slovo", "Filename contains at least one invalid character" : "Název souboru obsahuje přinejmenším jeden neplatný znak", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 9177a16f667..df0609c294c 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -90,6 +90,13 @@ "Invalid path" : "Neplatný popis umístění", "Failed to create file from template" : "Vytvoření souboru ze šablony se nezdařilo", "Templates" : "Šablony", + "Storage %s cannot be moved" : "Úložiště %s není možné přesunout", + "Moving a share (%s) into a shared folder is not allowed" : "Přesunutí sdílení (%s) do sdílené složky není povoleno", + "Moving a storage (%s) into a shared folder is not allowed" : "Přesunutí úložiště (%s) do sdílené složky není povoleno", + "Moving a share (%s) into another share (%s) is not allowed" : "Přesunutí sdílení (%s) do jiného sdílení (%s) není povoleno", + "Moving a share (%s) into another storage (%s) is not allowed" : "Přesunutí sdílení (%s) do jiného úložiště (%s) není povoleno", + "Moving a storage (%s) into a share (%s) is not allowed" : "Přesunutí úložiště (%s) do sdílení (%s) není povoleno", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Přesunutí úložiště (%s) do jiného úložiště (%s) není povoleno", "Path contains invalid segments" : "Popis umístění obsahuje neplatné úseky", "Filename is a reserved word" : "Název souboru je rezervované slovo", "Filename contains at least one invalid character" : "Název souboru obsahuje přinejmenším jeden neplatný znak", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 8601ed52713..97d91d3094a 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "Ungültiger Pfad", "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", + "Storage %s cannot be moved" : "Speicherplatz %s kann nicht verschoben werden", + "Moving a share (%s) into a shared folder is not allowed" : "Verschieben einer Freigabe (%s) in einen freigegebenen Ordner ist unzulässig", + "Moving a storage (%s) into a shared folder is not allowed" : "Verschieben eines Speicherplatzes (%s) in einen freigegebenen Ordner ist unzulässig", + "Moving a share (%s) into another share (%s) is not allowed" : "Verschieben einer Freigabe (%s) in eine andere Freigabe (%s) ist unzulässig.", + "Moving a share (%s) into another storage (%s) is not allowed" : "Verschieben einer Freigabe (%s) in einen anderen Speicherplatz (%s) ist nicht erlaubt", + "Moving a storage (%s) into a share (%s) is not allowed" : "Verschieben eines Speicherplatzes(%s) in eine Freigabe(%s) ist nicht erlaubt", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Verschieben eines Speicherplatzes(%s) in einen anderen Speicherplatz(%s) ist nicht erlaubt", "Path contains invalid segments" : "Pfad enthält ungültige Segmente", "Filename is a reserved word" : "Der Dateiname ist ein reserviertes Wort", "Filename contains at least one invalid character" : "Der Dateiname enthält mindestens ein unzulässiges Zeichen", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index eefe1f0c398..d1fd9b35d77 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -90,6 +90,13 @@ "Invalid path" : "Ungültiger Pfad", "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", + "Storage %s cannot be moved" : "Speicherplatz %s kann nicht verschoben werden", + "Moving a share (%s) into a shared folder is not allowed" : "Verschieben einer Freigabe (%s) in einen freigegebenen Ordner ist unzulässig", + "Moving a storage (%s) into a shared folder is not allowed" : "Verschieben eines Speicherplatzes (%s) in einen freigegebenen Ordner ist unzulässig", + "Moving a share (%s) into another share (%s) is not allowed" : "Verschieben einer Freigabe (%s) in eine andere Freigabe (%s) ist unzulässig.", + "Moving a share (%s) into another storage (%s) is not allowed" : "Verschieben einer Freigabe (%s) in einen anderen Speicherplatz (%s) ist nicht erlaubt", + "Moving a storage (%s) into a share (%s) is not allowed" : "Verschieben eines Speicherplatzes(%s) in eine Freigabe(%s) ist nicht erlaubt", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Verschieben eines Speicherplatzes(%s) in einen anderen Speicherplatz(%s) ist nicht erlaubt", "Path contains invalid segments" : "Pfad enthält ungültige Segmente", "Filename is a reserved word" : "Der Dateiname ist ein reserviertes Wort", "Filename contains at least one invalid character" : "Der Dateiname enthält mindestens ein unzulässiges Zeichen", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index a2fae6c5cdd..8f4fea7ddbe 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "Invalid path", "Failed to create file from template" : "Failed to create file from template", "Templates" : "Templates", + "Storage %s cannot be moved" : "Storage %s cannot be moved", + "Moving a share (%s) into a shared folder is not allowed" : "Moving a share (%s) into a shared folder is not allowed", + "Moving a storage (%s) into a shared folder is not allowed" : "Moving a storage (%s) into a shared folder is not allowed", + "Moving a share (%s) into another share (%s) is not allowed" : "Moving a share (%s) into another share (%s) is not allowed", + "Moving a share (%s) into another storage (%s) is not allowed" : "Moving a share (%s) into another storage (%s) is not allowed", + "Moving a storage (%s) into a share (%s) is not allowed" : "Moving a storage (%s) into a share (%s) is not allowed", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Moving a storage (%s) into another storage (%s) is not allowed", "Path contains invalid segments" : "Path contains invalid segments", "Filename is a reserved word" : "Filename is a reserved word", "Filename contains at least one invalid character" : "Filename contains at least one invalid character", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 2c47988c44b..6dcbf008383 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -90,6 +90,13 @@ "Invalid path" : "Invalid path", "Failed to create file from template" : "Failed to create file from template", "Templates" : "Templates", + "Storage %s cannot be moved" : "Storage %s cannot be moved", + "Moving a share (%s) into a shared folder is not allowed" : "Moving a share (%s) into a shared folder is not allowed", + "Moving a storage (%s) into a shared folder is not allowed" : "Moving a storage (%s) into a shared folder is not allowed", + "Moving a share (%s) into another share (%s) is not allowed" : "Moving a share (%s) into another share (%s) is not allowed", + "Moving a share (%s) into another storage (%s) is not allowed" : "Moving a share (%s) into another storage (%s) is not allowed", + "Moving a storage (%s) into a share (%s) is not allowed" : "Moving a storage (%s) into a share (%s) is not allowed", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Moving a storage (%s) into another storage (%s) is not allowed", "Path contains invalid segments" : "Path contains invalid segments", "Filename is a reserved word" : "Filename is a reserved word", "Filename contains at least one invalid character" : "Filename contains at least one invalid character", diff --git a/lib/l10n/ga.js b/lib/l10n/ga.js index 8d77289a6de..123a3edbc2f 100644 --- a/lib/l10n/ga.js +++ b/lib/l10n/ga.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "Conair neamhbhailí", "Failed to create file from template" : "Theip ar chruthú comhad ón teimpléad", "Templates" : "Teimpléid", + "Storage %s cannot be moved" : "Ní féidir stóráil %s a bhogadh", + "Moving a share (%s) into a shared folder is not allowed" : "Ní cheadaítear sciar (%s) a bhogadh isteach i bhfillteán comhroinnte", + "Moving a storage (%s) into a shared folder is not allowed" : "Ní cheadaítear stóras (%s) a bhogadh isteach i bhfillteán comhroinnte", + "Moving a share (%s) into another share (%s) is not allowed" : "Ní cheadaítear sciar (%s) a aistriú go sciar eile (%s).", + "Moving a share (%s) into another storage (%s) is not allowed" : "Ní cheadaítear sciar (%s) a aistriú go stóras eile (%s).", + "Moving a storage (%s) into a share (%s) is not allowed" : "Ní cheadaítear stóras (%s) a aistriú go sciar (%s).", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Ní cheadaítear stóras (%s) a aistriú go stóras eile (%s).", "Path contains invalid segments" : "Tá míreanna neamhbhailí sa chonair", "Filename is a reserved word" : "Focal forchoimeádta is ea ainm comhaid", "Filename contains at least one invalid character" : "Tá carachtar neamhbhailí amháin ar a laghad san ainm comhaid", diff --git a/lib/l10n/ga.json b/lib/l10n/ga.json index 73578c02928..3f23480e78d 100644 --- a/lib/l10n/ga.json +++ b/lib/l10n/ga.json @@ -90,6 +90,13 @@ "Invalid path" : "Conair neamhbhailí", "Failed to create file from template" : "Theip ar chruthú comhad ón teimpléad", "Templates" : "Teimpléid", + "Storage %s cannot be moved" : "Ní féidir stóráil %s a bhogadh", + "Moving a share (%s) into a shared folder is not allowed" : "Ní cheadaítear sciar (%s) a bhogadh isteach i bhfillteán comhroinnte", + "Moving a storage (%s) into a shared folder is not allowed" : "Ní cheadaítear stóras (%s) a bhogadh isteach i bhfillteán comhroinnte", + "Moving a share (%s) into another share (%s) is not allowed" : "Ní cheadaítear sciar (%s) a aistriú go sciar eile (%s).", + "Moving a share (%s) into another storage (%s) is not allowed" : "Ní cheadaítear sciar (%s) a aistriú go stóras eile (%s).", + "Moving a storage (%s) into a share (%s) is not allowed" : "Ní cheadaítear stóras (%s) a aistriú go sciar (%s).", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Ní cheadaítear stóras (%s) a aistriú go stóras eile (%s).", "Path contains invalid segments" : "Tá míreanna neamhbhailí sa chonair", "Filename is a reserved word" : "Focal forchoimeádta is ea ainm comhaid", "Filename contains at least one invalid character" : "Tá carachtar neamhbhailí amháin ar a laghad san ainm comhaid", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 449d4ae6239..cc88a425440 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "Ogiltig sökväg", "Failed to create file from template" : "Kunde skapa fil från mall", "Templates" : "Mallar", + "Storage %s cannot be moved" : "Lagring %s kan inte flyttas", + "Moving a share (%s) into a shared folder is not allowed" : "Att flytta en delning (%s) till en delad mapp är inte tillåtet", + "Moving a storage (%s) into a shared folder is not allowed" : "Att flytta en lagring (%s) till en delad mapp är inte tillåtet", + "Moving a share (%s) into another share (%s) is not allowed" : "Att flytta en delning (%s) till en annan delning (%s) är inte tillåtet", + "Moving a share (%s) into another storage (%s) is not allowed" : "Att flytta en delning (%s) till en annan lagring (%s) är inte tillåtet", + "Moving a storage (%s) into a share (%s) is not allowed" : "Att flytta en lagring (%s) till en delning (%s) är inte tillåtet", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Att flytta en lagring (%s) till en annan lagring (%s) är inte tillåtet", "Path contains invalid segments" : "Sökvägen innehåller ogiltiga segment", "Filename is a reserved word" : "Filnamnet är ett reserverat ord", "Filename contains at least one invalid character" : "Filnamnet innehåller minst ett ogiltigt tecken", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 312f26d3385..06ca8b3ceea 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -90,6 +90,13 @@ "Invalid path" : "Ogiltig sökväg", "Failed to create file from template" : "Kunde skapa fil från mall", "Templates" : "Mallar", + "Storage %s cannot be moved" : "Lagring %s kan inte flyttas", + "Moving a share (%s) into a shared folder is not allowed" : "Att flytta en delning (%s) till en delad mapp är inte tillåtet", + "Moving a storage (%s) into a shared folder is not allowed" : "Att flytta en lagring (%s) till en delad mapp är inte tillåtet", + "Moving a share (%s) into another share (%s) is not allowed" : "Att flytta en delning (%s) till en annan delning (%s) är inte tillåtet", + "Moving a share (%s) into another storage (%s) is not allowed" : "Att flytta en delning (%s) till en annan lagring (%s) är inte tillåtet", + "Moving a storage (%s) into a share (%s) is not allowed" : "Att flytta en lagring (%s) till en delning (%s) är inte tillåtet", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Att flytta en lagring (%s) till en annan lagring (%s) är inte tillåtet", "Path contains invalid segments" : "Sökvägen innehåller ogiltiga segment", "Filename is a reserved word" : "Filnamnet är ett reserverat ord", "Filename contains at least one invalid character" : "Filnamnet innehåller minst ett ogiltigt tecken", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index fbeeebe1e67..e5b53c41240 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", + "Storage %s cannot be moved" : "无法移动存储空间 %s", + "Moving a share (%s) into a shared folder is not allowed" : "不允许将分享(%s)移动到共享文件夹中", + "Moving a storage (%s) into a shared folder is not allowed" : "不允许将储存空间(%s)移动到共享文件夹中", + "Moving a share (%s) into another share (%s) is not allowed" : "不允许将分享(%s)移动到另一个分享(%s)中", + "Moving a share (%s) into another storage (%s) is not allowed" : "不允许将分享(%s)移动到另一个储存空间(%s)中", + "Moving a storage (%s) into a share (%s) is not allowed" : "不允许将储存空间(%s)移动到分享(%s)中", + "Moving a storage (%s) into another storage (%s) is not allowed" : "不允许将储存空间(%s)移动到另一个储存空间(%s)中", "Path contains invalid segments" : "路径包含无效段", "Filename is a reserved word" : "Filename 是保留字", "Filename contains at least one invalid character" : "文件名中存在至少一个非法字符", @@ -194,10 +201,14 @@ OC.L10N.register( "Cannot disable sending the password by Talk without setting a new password" : "如果不设置新密码,则无法禁用 Talk 发送密码", "Share provider does not support accepting" : "共享提供商不支持接受", "Cannot change target of link share" : "无法更改链接共享的目标", + "Invalid share recipient" : "无效的分享接收者", + "Group \"%s\" does not exist" : "组“%s”不存在", "The requested share does not exist anymore" : "当前请求的共享已经不存在", "The requested share comes from a disabled user" : "请求的分享来自一个被禁用的用户", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "由于已达用户数量上限,用户未创建。请检查通知以了解详情。", "Could not find category \"%s\"" : "无法找到分类 \"%s\"", + "Input text" : "输入文本", + "The input text" : "输入文本", "Sunday" : "星期日", "Monday" : "星期一", "Tuesday" : "星期二", @@ -304,19 +315,40 @@ OC.L10N.register( "Transcribe the things said in an audio" : "将音频中的内容转录下来", "Audio input" : "音频输入", "The audio to transcribe" : "要转录的音频", + "Transcription" : "转录", + "The transcribed text" : "已转录的文本", + "Chat with an agent" : "和 agent 对话", + "Chat message" : "聊天消息", + "A chat message to send to the agent." : "要发送给 agent 的聊天消息。", "Confirmation" : "确认", + "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "是否确认之前的操作:0表示拒绝,1表示确认。", + "A token representing the conversation." : "代表对话的 token。", + "Generated response" : "生成的回复", + "The response from the chat model." : "来自聊天模型的回应。", + "The new conversation token" : "新的对话 token", + "Send this along with the next interaction." : "下次交互时一起发送。", + "Requested actions by the agent" : "Agent 要求的操作", "Context write" : "文本撰写", "Writes text in a given style based on the provided source material." : "通过给出语料的风格生成文字", "Writing style" : "撰写风格", "Demonstrate a writing style that you would like to immitate" : "展示你想模仿的写作风格", "Source material" : "来源材料", "The content that would like to be rewritten in the new writing style" : "希望以新文风重写的内容", + "Generated text" : "生成的文本", "The generated text with content from the source material in the given style" : "生成的文本内容来自给定风格的源材料", + "Emoji generator" : "表情生成器", + "Takes text and generates a representative emoji for it." : "应用文本并生成一个相应的表情。", + "The text to generate an emoji for" : "用于生成表情的文字", + "Generated emoji" : "生成的表情", "The generated emoji based on the input text" : "根据输入文本生成的表情符号", "Generate image" : "生成图片", "Generate an image from a text prompt" : "根据文本提示生成图像", "Prompt" : "提示", "Describe the image you want to generate" : "描述你想要生成的图像", + "Number of images" : "图像数量", + "How many images to generate" : "生成多少张图片", + "Output images" : "输出图像", + "The generated images" : "生成的图像", "Runs an arbitrary prompt through a language model that returns a reply" : "通过语言模型运行任意提示并返回答复", "Describe a task that you want the assistant to do or ask a question" : "描述你希望助手执行的任务或提出问题", "The generated text from the assistant" : "助手生成的文本", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 34e5e3d3c60..e0b22bed311 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -90,6 +90,13 @@ "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", + "Storage %s cannot be moved" : "无法移动存储空间 %s", + "Moving a share (%s) into a shared folder is not allowed" : "不允许将分享(%s)移动到共享文件夹中", + "Moving a storage (%s) into a shared folder is not allowed" : "不允许将储存空间(%s)移动到共享文件夹中", + "Moving a share (%s) into another share (%s) is not allowed" : "不允许将分享(%s)移动到另一个分享(%s)中", + "Moving a share (%s) into another storage (%s) is not allowed" : "不允许将分享(%s)移动到另一个储存空间(%s)中", + "Moving a storage (%s) into a share (%s) is not allowed" : "不允许将储存空间(%s)移动到分享(%s)中", + "Moving a storage (%s) into another storage (%s) is not allowed" : "不允许将储存空间(%s)移动到另一个储存空间(%s)中", "Path contains invalid segments" : "路径包含无效段", "Filename is a reserved word" : "Filename 是保留字", "Filename contains at least one invalid character" : "文件名中存在至少一个非法字符", @@ -192,10 +199,14 @@ "Cannot disable sending the password by Talk without setting a new password" : "如果不设置新密码,则无法禁用 Talk 发送密码", "Share provider does not support accepting" : "共享提供商不支持接受", "Cannot change target of link share" : "无法更改链接共享的目标", + "Invalid share recipient" : "无效的分享接收者", + "Group \"%s\" does not exist" : "组“%s”不存在", "The requested share does not exist anymore" : "当前请求的共享已经不存在", "The requested share comes from a disabled user" : "请求的分享来自一个被禁用的用户", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "由于已达用户数量上限,用户未创建。请检查通知以了解详情。", "Could not find category \"%s\"" : "无法找到分类 \"%s\"", + "Input text" : "输入文本", + "The input text" : "输入文本", "Sunday" : "星期日", "Monday" : "星期一", "Tuesday" : "星期二", @@ -302,19 +313,40 @@ "Transcribe the things said in an audio" : "将音频中的内容转录下来", "Audio input" : "音频输入", "The audio to transcribe" : "要转录的音频", + "Transcription" : "转录", + "The transcribed text" : "已转录的文本", + "Chat with an agent" : "和 agent 对话", + "Chat message" : "聊天消息", + "A chat message to send to the agent." : "要发送给 agent 的聊天消息。", "Confirmation" : "确认", + "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "是否确认之前的操作:0表示拒绝,1表示确认。", + "A token representing the conversation." : "代表对话的 token。", + "Generated response" : "生成的回复", + "The response from the chat model." : "来自聊天模型的回应。", + "The new conversation token" : "新的对话 token", + "Send this along with the next interaction." : "下次交互时一起发送。", + "Requested actions by the agent" : "Agent 要求的操作", "Context write" : "文本撰写", "Writes text in a given style based on the provided source material." : "通过给出语料的风格生成文字", "Writing style" : "撰写风格", "Demonstrate a writing style that you would like to immitate" : "展示你想模仿的写作风格", "Source material" : "来源材料", "The content that would like to be rewritten in the new writing style" : "希望以新文风重写的内容", + "Generated text" : "生成的文本", "The generated text with content from the source material in the given style" : "生成的文本内容来自给定风格的源材料", + "Emoji generator" : "表情生成器", + "Takes text and generates a representative emoji for it." : "应用文本并生成一个相应的表情。", + "The text to generate an emoji for" : "用于生成表情的文字", + "Generated emoji" : "生成的表情", "The generated emoji based on the input text" : "根据输入文本生成的表情符号", "Generate image" : "生成图片", "Generate an image from a text prompt" : "根据文本提示生成图像", "Prompt" : "提示", "Describe the image you want to generate" : "描述你想要生成的图像", + "Number of images" : "图像数量", + "How many images to generate" : "生成多少张图片", + "Output images" : "输出图像", + "The generated images" : "生成的图像", "Runs an arbitrary prompt through a language model that returns a reply" : "通过语言模型运行任意提示并返回答复", "Describe a task that you want the assistant to do or ask a question" : "描述你希望助手执行的任务或提出问题", "The generated text from the assistant" : "助手生成的文本", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 94da18cd40e..489140ee62a 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "路徑無效", "Failed to create file from template" : "無法從模板創建檔案", "Templates" : "模板", + "Storage %s cannot be moved" : "無法移動儲存空間 %s", + "Moving a share (%s) into a shared folder is not allowed" : "不允許將分享 (%s) 移動到共享資料夾中", + "Moving a storage (%s) into a shared folder is not allowed" : "不允許將儲存空間(%s) 移動到共享資料夾中", + "Moving a share (%s) into another share (%s) is not allowed" : "不允許將分享 (%s) 移動到其他分享 (%s) 中", + "Moving a share (%s) into another storage (%s) is not allowed" : "不允許將分享 (%s) 移動到其他儲存空間 (%s) 中", + "Moving a storage (%s) into a share (%s) is not allowed" : "不允許將儲存空間 (%s) 移動到分享 (%s) 中", + "Moving a storage (%s) into another storage (%s) is not allowed" : "不允許將儲存空間 (%s) 移動到其他儲存空間 (%s) 中", "Path contains invalid segments" : "路徑包含無效的部份", "Filename is a reserved word" : "檔案名稱是保留字", "Filename contains at least one invalid character" : "檔名至少要有一個有效字元", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index 39ff6ab722f..97d5074db76 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -90,6 +90,13 @@ "Invalid path" : "路徑無效", "Failed to create file from template" : "無法從模板創建檔案", "Templates" : "模板", + "Storage %s cannot be moved" : "無法移動儲存空間 %s", + "Moving a share (%s) into a shared folder is not allowed" : "不允許將分享 (%s) 移動到共享資料夾中", + "Moving a storage (%s) into a shared folder is not allowed" : "不允許將儲存空間(%s) 移動到共享資料夾中", + "Moving a share (%s) into another share (%s) is not allowed" : "不允許將分享 (%s) 移動到其他分享 (%s) 中", + "Moving a share (%s) into another storage (%s) is not allowed" : "不允許將分享 (%s) 移動到其他儲存空間 (%s) 中", + "Moving a storage (%s) into a share (%s) is not allowed" : "不允許將儲存空間 (%s) 移動到分享 (%s) 中", + "Moving a storage (%s) into another storage (%s) is not allowed" : "不允許將儲存空間 (%s) 移動到其他儲存空間 (%s) 中", "Path contains invalid segments" : "路徑包含無效的部份", "Filename is a reserved word" : "檔案名稱是保留字", "Filename contains at least one invalid character" : "檔名至少要有一個有效字元", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index efc18239465..5f2a6b3014d 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "無效的路徑", "Failed to create file from template" : "無法從範本建立檔案", "Templates" : "範本", + "Storage %s cannot be moved" : "無法移動儲存空間 %s", + "Moving a share (%s) into a shared folder is not allowed" : "不允許將分享 (%s) 移動到共享資料夾中", + "Moving a storage (%s) into a shared folder is not allowed" : "不允許將儲存空間(%s) 移動到共享資料夾中", + "Moving a share (%s) into another share (%s) is not allowed" : "不允許將分享 (%s) 移動到其他分享 (%s) 中", + "Moving a share (%s) into another storage (%s) is not allowed" : "不允許將分享 (%s) 移動到其他儲存空間 (%s) 中", + "Moving a storage (%s) into a share (%s) is not allowed" : "不允許將儲存空間 (%s) 移動到分享 (%s) 中", + "Moving a storage (%s) into another storage (%s) is not allowed" : "不允許將儲存空間 (%s) 移動到其他儲存空間 (%s) 中", "Path contains invalid segments" : "路徑包含無效的部份", "Filename is a reserved word" : "檔案名稱是保留字", "Filename contains at least one invalid character" : "檔案名稱包含了至少一個無效的字元", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 9c4bc0091dc..d644e5512fd 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -90,6 +90,13 @@ "Invalid path" : "無效的路徑", "Failed to create file from template" : "無法從範本建立檔案", "Templates" : "範本", + "Storage %s cannot be moved" : "無法移動儲存空間 %s", + "Moving a share (%s) into a shared folder is not allowed" : "不允許將分享 (%s) 移動到共享資料夾中", + "Moving a storage (%s) into a shared folder is not allowed" : "不允許將儲存空間(%s) 移動到共享資料夾中", + "Moving a share (%s) into another share (%s) is not allowed" : "不允許將分享 (%s) 移動到其他分享 (%s) 中", + "Moving a share (%s) into another storage (%s) is not allowed" : "不允許將分享 (%s) 移動到其他儲存空間 (%s) 中", + "Moving a storage (%s) into a share (%s) is not allowed" : "不允許將儲存空間 (%s) 移動到分享 (%s) 中", + "Moving a storage (%s) into another storage (%s) is not allowed" : "不允許將儲存空間 (%s) 移動到其他儲存空間 (%s) 中", "Path contains invalid segments" : "路徑包含無效的部份", "Filename is a reserved word" : "檔案名稱是保留字", "Filename contains at least one invalid character" : "檔案名稱包含了至少一個無效的字元", |