mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
9 lines
352 B
JSON
9 lines
352 B
JSON
{
|
|
"translations" : {
|
|
"_%n file_::_%n files_": ["%n Datei", "%n Dateien"],
|
|
"Ordered placeholders one %s two %s": "Placeholder one %s two %s",
|
|
"Reordered placeholders one %s two %s": "Placeholder two %2$s one %1$s",
|
|
"Reordered placeholders one %1$s two %2$s": "Placeholder two %2$s one %1$s"
|
|
},
|
|
"pluralForm" : "nplurals=2; plural=(n != 1);"
|
|
}
|