summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/it.js2
-rw-r--r--lib/l10n/it.json2
-rw-r--r--lib/l10n/vi.js1
-rw-r--r--lib/l10n/vi.json1
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.",