diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-10 00:26:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-10 00:26:45 +0000 |
commit | 9fda40f92a6c4cba82246dbbc2a6602c2a28e0f1 (patch) | |
tree | c6cd3071b261e0e69de3b1f48caad64be0688902 /lib | |
parent | 7c7a3be566376602da83bf905d7b017e7f0019b8 (diff) | |
download | nextcloud-server-9fda40f92a6c4cba82246dbbc2a6602c2a28e0f1.tar.gz nextcloud-server-9fda40f92a6c4cba82246dbbc2a6602c2a28e0f1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/it.js | 2 | ||||
-rw-r--r-- | lib/l10n/it.json | 2 | ||||
-rw-r--r-- | lib/l10n/vi.js | 1 | ||||
-rw-r--r-- | lib/l10n/vi.json | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index c1951652c84..f850c2ff13f 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -264,7 +264,9 @@ OC.L10N.register( "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", "Free prompt" : "Prompt libero", + "Runs an arbitrary prompt through the language model." : "Esegue un prompt arbitrario attraverso il modello di lingua.", "Generate headline" : "Genera titolo", + "Generates a possible headline for a text." : "Genera un possibile titolo per un testo.", "Summarize" : "Riassumi", "Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.", "Extract topics" : "Estrai argomenti", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index 8081bcf23a2..7671837d816 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -262,7 +262,9 @@ "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", "Free prompt" : "Prompt libero", + "Runs an arbitrary prompt through the language model." : "Esegue un prompt arbitrario attraverso il modello di lingua.", "Generate headline" : "Genera titolo", + "Generates a possible headline for a text." : "Genera un possibile titolo per un testo.", "Summarize" : "Riassumi", "Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.", "Extract topics" : "Estrai argomenti", diff --git a/lib/l10n/vi.js b/lib/l10n/vi.js index a4c189cbf31..7ea1f68dca5 100644 --- a/lib/l10n/vi.js +++ b/lib/l10n/vi.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Cannot write into \"config\" directory!" : "Không thể ghi vào thư mục \"config\"!", "See %s" : "Xem %s", + "The page could not be found on the server." : "Không thể tìm thấy trang trên máy chủ.", "Email verification" : "Xác thực email", "Click the following button to confirm your email." : "Nhấn nút sau để xác nhận email của bạn.", "Click the following link to confirm your email." : "Nhấn liên kết sau để xác nhận email của bạn.", diff --git a/lib/l10n/vi.json b/lib/l10n/vi.json index 3bc1a78d1db..31603bf9c63 100644 --- a/lib/l10n/vi.json +++ b/lib/l10n/vi.json @@ -1,6 +1,7 @@ { "translations": { "Cannot write into \"config\" directory!" : "Không thể ghi vào thư mục \"config\"!", "See %s" : "Xem %s", + "The page could not be found on the server." : "Không thể tìm thấy trang trên máy chủ.", "Email verification" : "Xác thực email", "Click the following button to confirm your email." : "Nhấn nút sau để xác nhận email của bạn.", "Click the following link to confirm your email." : "Nhấn liên kết sau để xác nhận email của bạn.", |