Merge pull request #2018 from h3poteto/iss-1997
refs #1997 Fix Sinhala language code for crowdin
This commit is contained in:
commit
63670ab697
|
@ -14,6 +14,7 @@ files:
|
||||||
pl: pl
|
pl: pl
|
||||||
pt-PT: pt_pt
|
pt-PT: pt_pt
|
||||||
ru: ru
|
ru: ru
|
||||||
|
si-LK: si
|
||||||
sv-SE: sv_se
|
sv-SE: sv_se
|
||||||
tzm: tzm
|
tzm: tzm
|
||||||
zh-CN: zh_cn
|
zh-CN: zh_cn
|
||||||
|
|
|
@ -129,7 +129,7 @@
|
||||||
"title": "Timeline",
|
"title": "Timeline",
|
||||||
"description": "Customize view in your timelines.",
|
"description": "Customize view in your timelines.",
|
||||||
"cw": "Always ignore contents warnings",
|
"cw": "Always ignore contents warnings",
|
||||||
"nfsw": "Always ignore NFSW of medias",
|
"nsfw": "Always ignore NSFW of medias",
|
||||||
"hideAllAttachments": "Hide all medias"
|
"hideAllAttachments": "Hide all medias"
|
||||||
},
|
},
|
||||||
"other": {
|
"other": {
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
"domain": "Domain",
|
"domain": "Domain",
|
||||||
"association": "Association",
|
"association": "Association",
|
||||||
"order": "Order",
|
"order": "Order",
|
||||||
"remove_association": "Remove assocication",
|
"remove_association": "Remove association",
|
||||||
"remove_all_associations": "Remove all associations",
|
"remove_all_associations": "Remove all associations",
|
||||||
"confirm": "Confirm",
|
"confirm": "Confirm",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
|
@ -404,7 +404,7 @@
|
||||||
"notification_fetch_error": "Failed to fetch notification",
|
"notification_fetch_error": "Failed to fetch notification",
|
||||||
"favourite_fetch_error": "Failed to fetch favorite",
|
"favourite_fetch_error": "Failed to fetch favorite",
|
||||||
"follow_request_accept_error": "Failed to accept the request",
|
"follow_request_accept_error": "Failed to accept the request",
|
||||||
"follow_reuqest_reject_error": "failed to reject the request",
|
"follow_request_reject_error": "failed to reject the request",
|
||||||
"start_streaming_error": "Failed to start streaming",
|
"start_streaming_error": "Failed to start streaming",
|
||||||
"start_all_streamings_error": "Failed to start streaming of {{domain}}",
|
"start_all_streamings_error": "Failed to start streaming of {{domain}}",
|
||||||
"attach_error": "Could not attach the file",
|
"attach_error": "Could not attach the file",
|
Loading…
Reference in New Issue