Skip to content

Commit 82baebf

Browse files
Daadiinachoparker
authored andcommitted
ncp-web: added a lot of german locales
1 parent 3706ed0 commit 82baebf

File tree

14 files changed

+45
-20
lines changed

14 files changed

+45
-20
lines changed

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

2-
[v1.29.8](https://github.com/nextcloud/nextcloudpi/commit/90ca096) (2020-08-30) nc-limits: minimum 6 PHP threads (for NC talk)
2+
[v1.29.11](https://github.com/nextcloud/nextcloudpi/commit/17b6c71) (2020-09-03) ncp-web: added a lot of german locales
3+
4+
[v1.29.9 ](https://github.com/nextcloud/nextcloudpi/commit/3706ed0) (2020-09-12) nc-previews: fix killing generate-all
5+
6+
[v1.29.8](https://github.com/nextcloud/nextcloudpi/commit/21a791d) (2020-08-30) nc-limits: minimum 6 PHP threads (for NC talk)
37

48
[v1.29.6 ](https://github.com/nextcloud/nextcloudpi/commit/14b78e3) (2020-08-29) ncp-web: Fix the style of the language selection dropdown (chrome)
59

etc/ncp-config.d/l10n/SSH/pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
"Run":"Executar ",
77
"Activate or deactivate SSH":"Ativar ou desativar SSH",
88
"In order to enable SSH, the password for user 'pi' can NOT remain set to the default raspberry. \nYou HAVE to create a NEW password for 'pi' if you want this program to enable SSH, it will fail if you dont!\nThe same will happen with user 'root' and password '1234'\nNote: Use normal AlphaNumeric, the only special characters allowed are .,@-_/":"Para habilitar o SSH, a senha para o usuário 'pi' NÃO pode permanecer definida como raspberry padrão. \nVocê DEVE criar uma nova senha para 'pi' se quiser que este programa habilite o SSH, ele falhará se você não o fizer!\nO mesmo acontecerá com o usuário 'root' e a senha '1234'\nNota: Use Alfanuméricos normais, os únicos caracteres especiais permitidos são: . , @ - _ /"
9+
}
910
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{"translations": {
2-
"nc-automount": "Automatische Datenträgereinbindung"
2+
"nc-automount": "Automatische Datenträgereinbindung",
3+
"ACTIVE":"Aktiviert"
34
}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{"translations": {
2-
"nc-autoupdate-ncp": "Automatische NextCloudPi Updates"
2+
"nc-autoupdate-ncp": "Automatische NCP-Updates"
33
}}
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
{"translations": {
2-
"nc-backup-auto": "Automatische Backups"
3-
}}
1+
{
2+
"translations":{
3+
"ACTIVE":"Aktiviert",
4+
"DESTDIR":"Ziel-Verzeichnis",
5+
"INCLUDEDATA":"Daten mit sichern",
6+
"COMPRESS":"Komprimieren",
7+
"BACKUPDAYS":"Sicherungs-Periode (in Tage)",
8+
"BACKUPLIMIT":"Sicherungs-Limit",
9+
"nc-backup-auto":"Automatische Sicherung"
10+
11+
}
12+
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{"translations": {
2-
"nc-backup": "Backup erstellen",
2+
"nc-backup": "Sicherung erstellen",
33
"DESTDIR": "Zielverzeichnis",
44
"INCLUDEDATA": "Inkl. Dateien",
55
"COMPRESS": "Komprimieren",
6-
"BACKUPLIMIT": "Maximale Anzahl"
6+
"BACKUPLIMIT": "Maximale Anzahl an Sicherungen",
7+
"Backup this NC instance to a file": "Sichere die NCP-Instanz in eine Datei"
78
}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{"translations": {
2-
"nc-export-ncp": "NCP Export"
2+
"nc-export-ncp": "NCP-Export"
33
}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{"translations": {
2-
"nc-format-USB": "USB Laufwerke formatieren"
2+
"nc-format-USB": "USB-Laufwerke formatieren"
33
}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{"translations": {
2-
"nc-httpsonly": "HTTPS Zwang"
2+
"nc-httpsonly": "HTTPS-Zwang"
33
}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{"translations": {
2-
"nc-import-ncp": "NCP Import"
2+
"nc-import-ncp": "NCP-Import"
33
}}

0 commit comments

Comments
 (0)