diff options
| author | shpuld <shp@cock.li> | 2019-02-03 11:58:49 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-02-03 11:58:49 +0200 |
| commit | 18ae7bd5f366598d46a65e9da1312c98f7bb00e7 (patch) | |
| tree | b876f85bc711b21b2d77d8db49454755f1f1fbb0 /src/i18n | |
| parent | b614cb94e502f3491afd07e5bcb785ad122cf100 (diff) | |
Combine friends/followers
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 10 | ||||
| -rw-r--r-- | src/i18n/fi.json | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index d3b0e407..dc10fa7f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -17,7 +17,9 @@ }, "general": { "apply": "Apply", - "submit": "Submit" + "submit": "Submit", + "more": "More", + "generic_error": "An error occured" }, "login": { "login": "Log in", @@ -365,9 +367,9 @@ }, "upload":{ "error": { - "base": "Upload failed.", - "file_too_big": "File too big [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]", - "default": "Try again later" + "base": "Upload failed.", + "file_too_big": "File too big [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]", + "default": "Try again later" }, "file_size_units": { "B": "B", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index 0d62f295..5a0c1ea8 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -17,7 +17,9 @@ }, "general": { "apply": "Aseta", - "submit": "Lähetä" + "submit": "Lähetä", + "more": "Lisää", + "generic_error": "Virhe tapahtui" }, "login": { "login": "Kirjaudu sisään", |
