[tx-robot] updated from transifex
This commit is contained in:
parent
221b56d494
commit
02eb0f7fa4
|
@ -67,7 +67,7 @@ OC.L10N.register(
|
|||
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
|
||||
"Favorited" : "Favorisiert",
|
||||
"Favorite" : "Favorit",
|
||||
"Copy local link" : "Kopiere lokale Verknüpfung",
|
||||
"Copy local link" : "Lokalen Link kopieren",
|
||||
"Folder" : "Ordner",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"Upload" : "Hochladen",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
|
||||
"Favorited" : "Favorisiert",
|
||||
"Favorite" : "Favorit",
|
||||
"Copy local link" : "Kopiere lokale Verknüpfung",
|
||||
"Copy local link" : "Lokalen Link kopieren",
|
||||
"Folder" : "Ordner",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"Upload" : "Hochladen",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"core",
|
||||
{
|
||||
"Please select a file." : "Bitte wähle eine Datei aus.",
|
||||
"Please select a file." : "Bitte eine Datei wählen.",
|
||||
"File is too big" : "Datei ist zu groß",
|
||||
"The selected file is not an image." : "Die ausgewählte Datei ist kein Bild.",
|
||||
"The selected file cannot be read." : "Die ausgewählte Datei konnte nicht gelesen werden.",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ "translations": {
|
||||
"Please select a file." : "Bitte wähle eine Datei aus.",
|
||||
"Please select a file." : "Bitte eine Datei wählen.",
|
||||
"File is too big" : "Datei ist zu groß",
|
||||
"The selected file is not an image." : "Die ausgewählte Datei ist kein Bild.",
|
||||
"The selected file cannot be read." : "Die ausgewählte Datei konnte nicht gelesen werden.",
|
||||
|
|
|
@ -230,6 +230,7 @@ OC.L10N.register(
|
|||
"Database name" : "Nome del database",
|
||||
"Database tablespace" : "Spazio delle tabelle del database",
|
||||
"Database host" : "Host del database",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Specifica il numero della porta insieme al nome host (ad es. localhost:5432).",
|
||||
"Performance warning" : "Avviso di prestazioni",
|
||||
"SQLite will be used as database." : "SQLite sarà utilizzato come database.",
|
||||
"For larger installations we recommend to choose a different database backend." : "Per installazioni più grandi consigliamo di scegliere un motore di database diverso.",
|
||||
|
|
|
@ -228,6 +228,7 @@
|
|||
"Database name" : "Nome del database",
|
||||
"Database tablespace" : "Spazio delle tabelle del database",
|
||||
"Database host" : "Host del database",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Specifica il numero della porta insieme al nome host (ad es. localhost:5432).",
|
||||
"Performance warning" : "Avviso di prestazioni",
|
||||
"SQLite will be used as database." : "SQLite sarà utilizzato come database.",
|
||||
"For larger installations we recommend to choose a different database backend." : "Per installazioni più grandi consigliamo di scegliere un motore di database diverso.",
|
||||
|
|
|
@ -230,6 +230,7 @@ OC.L10N.register(
|
|||
"Database name" : "データベース名",
|
||||
"Database tablespace" : "データベースの表領域",
|
||||
"Database host" : "データベースのホスト名",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "ポート番号をホスト名とともに指定してください(例:localhost:5432)。",
|
||||
"Performance warning" : "パフォーマンス警告",
|
||||
"SQLite will be used as database." : "SQLiteをデータベースとして使用しています。",
|
||||
"For larger installations we recommend to choose a different database backend." : "大規模な運用では別のデータベースを選択することをお勧めします。",
|
||||
|
|
|
@ -228,6 +228,7 @@
|
|||
"Database name" : "データベース名",
|
||||
"Database tablespace" : "データベースの表領域",
|
||||
"Database host" : "データベースのホスト名",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "ポート番号をホスト名とともに指定してください(例:localhost:5432)。",
|
||||
"Performance warning" : "パフォーマンス警告",
|
||||
"SQLite will be used as database." : "SQLiteをデータベースとして使用しています。",
|
||||
"For larger installations we recommend to choose a different database backend." : "大規模な運用では別のデータベースを選択することをお勧めします。",
|
||||
|
|
Loading…
Reference in New Issue