Skip to content

Commit f3a693c

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 244379a commit f3a693c

File tree

10 files changed

+44
-0
lines changed

10 files changed

+44
-0
lines changed

l10n/be.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ OC.L10N.register(
88
"Face recognition" : "Распазнаванне твараў",
99
"Face recognition:" : "Распазнаванне твараў:",
1010
"Reset" : "Скінуць",
11+
"FFMPEG" : "FFMPEG",
12+
"Checking FFMPEG" : "Праверка FFMPEG",
1113
"Cat" : "Кот",
1214
"Animal" : "Жывёла",
1315
"Wildlife" : "Дзікая прырода",

l10n/be.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"Face recognition" : "Распазнаванне твараў",
77
"Face recognition:" : "Распазнаванне твараў:",
88
"Reset" : "Скінуць",
9+
"FFMPEG" : "FFMPEG",
10+
"Checking FFMPEG" : "Праверка FFMPEG",
911
"Cat" : "Кот",
1012
"Animal" : "Жывёла",
1113
"Wildlife" : "Дзікая прырода",

l10n/de.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ OC.L10N.register(
100100
"Tensorflow WASM was loaded successfully into Node.js." : "Tensorflow WASM wurde in Node.js geladen.",
101101
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v20.9 and newer v20 releases." : "Wenn die mitgelieferte Node.js-Binärdatei auf deinem System aus irgendeinem Grund nicht funktioniert, kannst du den Pfad zu einer benutzerdefinierten Node.js-Binärdatei festlegen. Derzeit werden Node v20.9 und neuere v20-Versionen unterstützt.",
102102
"For Nextcloud Snap users, you need to adjust this path to point to the snap's \"current\" directory as the pre-configured path will change with each update. For example, set it to \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" instead of \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"" : "Für Nextcloud Snap-Benutzer musst du diesen Pfad so anpassen, dass er auf das \"aktuelle\" Verzeichnis des Snaps verweist, da sich der vorkonfigurierte Pfad mit jedem Update ändert. Stelle es beispielsweise auf \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" anstelle von \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\" ein.",
103+
"FFMPEG" : "FFMPEG",
104+
"Checking FFMPEG" : "FFMPEG wird geprüft",
105+
"Could not execute the ffmpeg binary. You may need to set the path to a working binary manually." : "Die FFMPEG-Binärdatei konnte nicht ausgeführt werden. Möglicherweise muss der Pfad zu einer funktionierenden Binärdatei manuell festgelegt werden.",
106+
"ffmpeg {version} binary was installed successfully." : "FFMPEG {version} Binärdatei wurde installiert.",
107+
"If the shipped ffmpeg binary doesn't work on your system for some reason you can set the path to a custom ffmpeg binary." : "Wenn die ausgelieferte FFMPEG-Binärdatei aus irgendeinem Grund auf deinem System nicht funktioniert, kannst du den Pfad zu einer benutzerdefinierten FFMPEG-Binärdatei festlegen.",
103108
"Classifier process priority" : "Priorität des Klassifikationsprozesses",
104109
"Checking Nice binary" : "Überprüfung der Nice-Binärdatei",
105110
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "Die Node.js-Bibliothek konnte nicht gefunden werden. Möglicherweise musst du den Pfad zu einer funktionierenden Bibliothek manuell festlegen.",

l10n/de.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
"Tensorflow WASM was loaded successfully into Node.js." : "Tensorflow WASM wurde in Node.js geladen.",
9999
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v20.9 and newer v20 releases." : "Wenn die mitgelieferte Node.js-Binärdatei auf deinem System aus irgendeinem Grund nicht funktioniert, kannst du den Pfad zu einer benutzerdefinierten Node.js-Binärdatei festlegen. Derzeit werden Node v20.9 und neuere v20-Versionen unterstützt.",
100100
"For Nextcloud Snap users, you need to adjust this path to point to the snap's \"current\" directory as the pre-configured path will change with each update. For example, set it to \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" instead of \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"" : "Für Nextcloud Snap-Benutzer musst du diesen Pfad so anpassen, dass er auf das \"aktuelle\" Verzeichnis des Snaps verweist, da sich der vorkonfigurierte Pfad mit jedem Update ändert. Stelle es beispielsweise auf \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" anstelle von \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\" ein.",
101+
"FFMPEG" : "FFMPEG",
102+
"Checking FFMPEG" : "FFMPEG wird geprüft",
103+
"Could not execute the ffmpeg binary. You may need to set the path to a working binary manually." : "Die FFMPEG-Binärdatei konnte nicht ausgeführt werden. Möglicherweise muss der Pfad zu einer funktionierenden Binärdatei manuell festgelegt werden.",
104+
"ffmpeg {version} binary was installed successfully." : "FFMPEG {version} Binärdatei wurde installiert.",
105+
"If the shipped ffmpeg binary doesn't work on your system for some reason you can set the path to a custom ffmpeg binary." : "Wenn die ausgelieferte FFMPEG-Binärdatei aus irgendeinem Grund auf deinem System nicht funktioniert, kannst du den Pfad zu einer benutzerdefinierten FFMPEG-Binärdatei festlegen.",
101106
"Classifier process priority" : "Priorität des Klassifikationsprozesses",
102107
"Checking Nice binary" : "Überprüfung der Nice-Binärdatei",
103108
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "Die Node.js-Bibliothek konnte nicht gefunden werden. Möglicherweise musst du den Pfad zu einer funktionierenden Bibliothek manuell festlegen.",

l10n/de_DE.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ OC.L10N.register(
100100
"Tensorflow WASM was loaded successfully into Node.js." : "Tensorflow WASM wurde in Node.js geladen.",
101101
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v20.9 and newer v20 releases." : "Wenn die mitgelieferte Node.js-Binärdatei auf Ihrem System aus irgendeinem Grund nicht funktioniert, können Sie den Pfad zu einer benutzerdefinierte Node.js-Binärdatei festlegen. Derzeit werden Node v20.9 und neuere v20-Versionen unterstützt.",
102102
"For Nextcloud Snap users, you need to adjust this path to point to the snap's \"current\" directory as the pre-configured path will change with each update. For example, set it to \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" instead of \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"" : "Für Nextcloud Snap-Benutzer müssen Sie diesen Pfad so anpassen, dass er auf das \"aktuelle\" Verzeichnis des Snaps verweist, da sich der vorkonfigurierte Pfad mit jedem Update ändert. Stellen Sie es beispielsweise auf \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" anstelle von \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\" ein.",
103+
"FFMPEG" : "FFMPEG",
104+
"Checking FFMPEG" : "FFMPEG wird geprüft",
105+
"Could not execute the ffmpeg binary. You may need to set the path to a working binary manually." : "Die FFMPEG-Binärdatei konnte nicht ausgeführt werden. Möglicherweise muss der Pfad zu einer funktionierenden Binärdatei manuell festgelegt werden.",
106+
"ffmpeg {version} binary was installed successfully." : "FFMPEG {version} Binärdatei wurde installiert.",
107+
"If the shipped ffmpeg binary doesn't work on your system for some reason you can set the path to a custom ffmpeg binary." : "Wenn die ausgelieferte FFMPEG-Binärdatei aus irgendeinem Grund auf Ihrem System nicht funktioniert, können Sie den Pfad zu einer benutzerdefinierten FFMPEG-Binärdatei festlegen.",
103108
"Classifier process priority" : "Priorität des Klassifikationsprozesses",
104109
"Checking Nice binary" : "Überprüfung der Nice-Binärdatei",
105110
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "Die Nice-Binärdatei konnte nicht gefunden werden. Möglicherweise müssen Sie den Pfad zu einer funktionierenden Binärdatei manuell festlegen.",

l10n/de_DE.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
"Tensorflow WASM was loaded successfully into Node.js." : "Tensorflow WASM wurde in Node.js geladen.",
9999
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v20.9 and newer v20 releases." : "Wenn die mitgelieferte Node.js-Binärdatei auf Ihrem System aus irgendeinem Grund nicht funktioniert, können Sie den Pfad zu einer benutzerdefinierte Node.js-Binärdatei festlegen. Derzeit werden Node v20.9 und neuere v20-Versionen unterstützt.",
100100
"For Nextcloud Snap users, you need to adjust this path to point to the snap's \"current\" directory as the pre-configured path will change with each update. For example, set it to \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" instead of \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"" : "Für Nextcloud Snap-Benutzer müssen Sie diesen Pfad so anpassen, dass er auf das \"aktuelle\" Verzeichnis des Snaps verweist, da sich der vorkonfigurierte Pfad mit jedem Update ändert. Stellen Sie es beispielsweise auf \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" anstelle von \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\" ein.",
101+
"FFMPEG" : "FFMPEG",
102+
"Checking FFMPEG" : "FFMPEG wird geprüft",
103+
"Could not execute the ffmpeg binary. You may need to set the path to a working binary manually." : "Die FFMPEG-Binärdatei konnte nicht ausgeführt werden. Möglicherweise muss der Pfad zu einer funktionierenden Binärdatei manuell festgelegt werden.",
104+
"ffmpeg {version} binary was installed successfully." : "FFMPEG {version} Binärdatei wurde installiert.",
105+
"If the shipped ffmpeg binary doesn't work on your system for some reason you can set the path to a custom ffmpeg binary." : "Wenn die ausgelieferte FFMPEG-Binärdatei aus irgendeinem Grund auf Ihrem System nicht funktioniert, können Sie den Pfad zu einer benutzerdefinierten FFMPEG-Binärdatei festlegen.",
101106
"Classifier process priority" : "Priorität des Klassifikationsprozesses",
102107
"Checking Nice binary" : "Überprüfung der Nice-Binärdatei",
103108
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "Die Nice-Binärdatei konnte nicht gefunden werden. Möglicherweise müssen Sie den Pfad zu einer funktionierenden Binärdatei manuell festlegen.",

l10n/gl.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ OC.L10N.register(
100100
"Tensorflow WASM was loaded successfully into Node.js." : "Libtensorflow WASM foi cargado satisfactoriamente en Node.js.",
101101
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v20.9 and newer v20 releases." : "Se o binario Node.js enviado non funciona no seu sistema por algún motivo, pode definir a ruta a un binario personalizado node.js. Agora é compatíbel con Node v20.9 e edicións máis recentes da v20.",
102102
"For Nextcloud Snap users, you need to adjust this path to point to the snap's \"current\" directory as the pre-configured path will change with each update. For example, set it to \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" instead of \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"" : "Para os usuarios de Nextcloud Snap, é necesario axustar esta ruta para que apunte ao directorio «actual» de snap, xa que a ruta preconfigurada cambiará con cada actualización. Por exemplo, configúreo en «/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node» en troques de en «/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node»",
103+
"FFMPEG" : "FFmpeg",
104+
"Checking FFMPEG" : "Comprobación de FFmpeg",
105+
"Could not execute the ffmpeg binary. You may need to set the path to a working binary manually." : "Non foi posíbel executar o binario ffmpeg. Quizais necesite definir manualmente a ruta a un binario que funcione.",
106+
"ffmpeg {version} binary was installed successfully." : "O binario ffmpeg {version} foi instalado correctamente.",
107+
"If the shipped ffmpeg binary doesn't work on your system for some reason you can set the path to a custom ffmpeg binary." : "Se o binario ffmpeg fornecido non funciona no seu sistema por algún motivo, pode definir a ruta a un binario ffmpeg personalizado.",
103108
"Classifier process priority" : "Clasificador da prioridade dos procesos",
104109
"Checking Nice binary" : "Comprobando o binario «nice»",
105110
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "Non foi posíbel atopar o binario «nice». Quizais necesite definir manualmente a ruta a un binario que funcione.",

l10n/gl.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
"Tensorflow WASM was loaded successfully into Node.js." : "Libtensorflow WASM foi cargado satisfactoriamente en Node.js.",
9999
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v20.9 and newer v20 releases." : "Se o binario Node.js enviado non funciona no seu sistema por algún motivo, pode definir a ruta a un binario personalizado node.js. Agora é compatíbel con Node v20.9 e edicións máis recentes da v20.",
100100
"For Nextcloud Snap users, you need to adjust this path to point to the snap's \"current\" directory as the pre-configured path will change with each update. For example, set it to \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" instead of \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"" : "Para os usuarios de Nextcloud Snap, é necesario axustar esta ruta para que apunte ao directorio «actual» de snap, xa que a ruta preconfigurada cambiará con cada actualización. Por exemplo, configúreo en «/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node» en troques de en «/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node»",
101+
"FFMPEG" : "FFmpeg",
102+
"Checking FFMPEG" : "Comprobación de FFmpeg",
103+
"Could not execute the ffmpeg binary. You may need to set the path to a working binary manually." : "Non foi posíbel executar o binario ffmpeg. Quizais necesite definir manualmente a ruta a un binario que funcione.",
104+
"ffmpeg {version} binary was installed successfully." : "O binario ffmpeg {version} foi instalado correctamente.",
105+
"If the shipped ffmpeg binary doesn't work on your system for some reason you can set the path to a custom ffmpeg binary." : "Se o binario ffmpeg fornecido non funciona no seu sistema por algún motivo, pode definir a ruta a un binario ffmpeg personalizado.",
101106
"Classifier process priority" : "Clasificador da prioridade dos procesos",
102107
"Checking Nice binary" : "Comprobando o binario «nice»",
103108
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "Non foi posíbel atopar o binario «nice». Quizais necesite definir manualmente a ruta a un binario que funcione.",

l10n/pt_BR.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ OC.L10N.register(
100100
"Tensorflow WASM was loaded successfully into Node.js." : "Tensorflow WASM foi carregado com sucesso no Node.js.",
101101
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v20.9 and newer v20 releases." : "Se o binário Node.js fornecido não funcionar em seu sistema por algum motivo, você poderá definir o caminho para um binário node.js personalizado. Atualmente suportado é o Node v20.9 e versões mais recentes de v20.",
102102
"For Nextcloud Snap users, you need to adjust this path to point to the snap's \"current\" directory as the pre-configured path will change with each update. For example, set it to \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" instead of \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"" : "Para usuários do Nextcloud Snap, você precisa ajustar este caminho para apontar para o diretório \"atual\" do snap, pois o caminho pré-configurado mudará a cada atualização. Por exemplo, defina-o como \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" em vez de \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"",
103+
"FFMPEG" : "FFMPEG",
104+
"Checking FFMPEG" : "Verificando o FFMPEG",
105+
"Could not execute the ffmpeg binary. You may need to set the path to a working binary manually." : "Não foi possível executar o binário ffmpeg. Pode ser necessário definir manualmente o caminho para um binário funcional.",
106+
"ffmpeg {version} binary was installed successfully." : "O binário ffmpeg {version} foi instalado com êxito.",
107+
"If the shipped ffmpeg binary doesn't work on your system for some reason you can set the path to a custom ffmpeg binary." : "Se o binário ffmpeg incluído não funcionar no seu sistema por algum motivo, você pode definir o caminho para um binário ffmpeg personalizado.",
103108
"Classifier process priority" : "Prioridade do processo do classificador",
104109
"Checking Nice binary" : "Verificando binário Nice",
105110
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "Não foi possível encontrar o binário Nice. Você pode precisar definir o caminho para um binário funcional manualmente.",

l10n/pt_BR.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
"Tensorflow WASM was loaded successfully into Node.js." : "Tensorflow WASM foi carregado com sucesso no Node.js.",
9999
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v20.9 and newer v20 releases." : "Se o binário Node.js fornecido não funcionar em seu sistema por algum motivo, você poderá definir o caminho para um binário node.js personalizado. Atualmente suportado é o Node v20.9 e versões mais recentes de v20.",
100100
"For Nextcloud Snap users, you need to adjust this path to point to the snap's \"current\" directory as the pre-configured path will change with each update. For example, set it to \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" instead of \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"" : "Para usuários do Nextcloud Snap, você precisa ajustar este caminho para apontar para o diretório \"atual\" do snap, pois o caminho pré-configurado mudará a cada atualização. Por exemplo, defina-o como \"/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node\" em vez de \"/var/snap/nextcloud/9337974/nextcloud/extra-apps/recognize/bin/node\"",
101+
"FFMPEG" : "FFMPEG",
102+
"Checking FFMPEG" : "Verificando o FFMPEG",
103+
"Could not execute the ffmpeg binary. You may need to set the path to a working binary manually." : "Não foi possível executar o binário ffmpeg. Pode ser necessário definir manualmente o caminho para um binário funcional.",
104+
"ffmpeg {version} binary was installed successfully." : "O binário ffmpeg {version} foi instalado com êxito.",
105+
"If the shipped ffmpeg binary doesn't work on your system for some reason you can set the path to a custom ffmpeg binary." : "Se o binário ffmpeg incluído não funcionar no seu sistema por algum motivo, você pode definir o caminho para um binário ffmpeg personalizado.",
101106
"Classifier process priority" : "Prioridade do processo do classificador",
102107
"Checking Nice binary" : "Verificando binário Nice",
103108
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "Não foi possível encontrar o binário Nice. Você pode precisar definir o caminho para um binário funcional manualmente.",

0 commit comments

Comments
 (0)