diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-05-16 10:54:40 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-05-16 10:54:40 +0000 |
| commit | c9e14d7eab8fd8875bcdda9cee9a20e84bfd3fc3 (patch) | |
| tree | 5bf47a1ac37b32fb38f494a5a6afefa928f9715c /src | |
| parent | 59690670f958d85a8715de1d871c23944c62fefd (diff) | |
| parent | 1ff089a175eb5c77f86896b89728aa9066a4699f (diff) | |
Merge branch 'patch-5' into 'develop'
[i18n]Update messages.js
See merge request pleroma/pleroma-fe!259
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/messages.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 846d123f..2ae829c2 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1019,7 +1019,7 @@ const oc = { timeline: { show_new: 'Ne veire mai', error_fetching: 'Error en cercant de mesas a jorn', - up_to_date: 'Actualizat', + up_to_date: 'A jorn', load_older: 'Ne veire mai', conversation: 'Conversacion', collapse: 'Tampar', @@ -1051,6 +1051,7 @@ const oc = { cRed: 'Roge (Anullar)', cOrange: 'Irange (Metre en favorit)', cGreen: 'Verd (Repartajar)', + inputRadius: 'Camps tèxte', btnRadius: 'Botons', panelRadius: 'Panèls', avatarRadius: 'Avatars', @@ -1075,7 +1076,7 @@ const oc = { notifications: { notifications: 'Notficacions', read: 'Legit !', - followed_you: 'vos a seguit', + followed_you: 'vos sèc', favorited_you: 'a aimat vòstre estatut', repeated_you: 'a repetit your vòstre estatut' }, @@ -1106,7 +1107,7 @@ const oc = { apply: 'Aplicar' }, user_profile: { - timeline_title: 'Flux a l’utilizaire' + timeline_title: 'Flux utilizaire' } } |
