mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 20:54:48 -04:00
(lint) manually apply fixes
locale/ar/translation.suml: remove duplicated user.accountSwitch (same string value) locale/de/config.suml: explicitely made sources.mergePronouns an empty mapping locale/et/config.suml: explicitely set pronouns.emoji to false and remove empty pronouns.mirror locale/ja/config.suml: add missing comma in profile.defaultWords (suml parser is fine without it) locale/ko/translations.suml: integrate duplicated profile.verifiedLinks locale/pt/translations.suml: remove duplicated profile.sensitive and superfluos footer.stats.stats locale/tok/translations.suml: remove duplicated profile.linkRecommended, profile.column, profile.editor
This commit is contained in:
parent
a6465f5fce
commit
8b6320fff3
@ -484,12 +484,6 @@ support:
|
||||
يمكنك استخدام الروابط أدناه:
|
||||
|
||||
user:
|
||||
accountSwitch:
|
||||
add: 'إضافة حساب جديد'
|
||||
helper: >
|
||||
تحت الحساب الواحد، من الإمكان الحصول على بطاقة واحدة لكل لغة، وجميع البطاقات موصولة تحت الحساب الأصلي. لكن
|
||||
بإمكانك أيضاً تسجيل أكثر من حساب، مثلاً: حساب شخصي، و حساب آخر للعمل، ومن ثم التغيير بينهم بشكل سريع بواسطة
|
||||
خاصية الموقع.
|
||||
header: 'الحساب'
|
||||
headerLong: 'الحساب الحالي'
|
||||
tokenExpired: 'انتهت صلاحية الرمز. يرجى تحديث الموقع وحاول مرة أخرى.'
|
||||
|
@ -54,7 +54,7 @@ sources:
|
||||
enabled: true
|
||||
route: 'quellen'
|
||||
submit: true
|
||||
mergePronouns:
|
||||
mergePronouns: {}
|
||||
|
||||
nouns:
|
||||
enabled: true
|
||||
|
@ -71,8 +71,7 @@ pronouns:
|
||||
examples:
|
||||
- ['Did you buy Tex her gift?', 'Did you buy Tex a gift?']
|
||||
- ['Yes, I bought it for her. I will give it to her tomorrow.', 'Yes, I bought it. I will give it tomorrow.']
|
||||
emoji:
|
||||
mirror:
|
||||
emoji: false
|
||||
slashes: true
|
||||
others: 'Teised asesõnad'
|
||||
|
||||
|
@ -219,7 +219,7 @@ profile:
|
||||
values: ['きれい', 'かっこいい', 'かわいい', '立派', 'イケメン', '美しい', 'セクシー', 'エロい']
|
||||
-
|
||||
header: ~
|
||||
values: ['友達', '伴侶', '相手' '彼氏', '彼女', '恋人', '夫', '妻', 'ダーリン','ハニー']
|
||||
values: ['友達', '伴侶', '相手', '彼氏', '彼女', '恋人', '夫', '妻', 'ダーリン', 'ハニー']
|
||||
flags:
|
||||
defaultPronoun: 'あの人'
|
||||
|
||||
|
@ -607,10 +607,9 @@ profile:
|
||||
description: '당신을 서클로 추가한 사람들입니다. 만약 당신도 그를 추가하면 두 카드들에 체크마크가 [s:shield-check] 생겨요.'
|
||||
removeSelf:
|
||||
action: '자신을 제거할'
|
||||
# TODO
|
||||
verifiedLinks:
|
||||
header: 'Verified links'
|
||||
info: >
|
||||
header: '확인한 링크'
|
||||
info: > # TODO
|
||||
The links that one puts publicly in one's profile will be marked with the shield icon,
|
||||
if they are verified by logging in using the given authentication provider,
|
||||
or (under construction) by a <code>rel="me"</code> tag pointing back to the card.
|
||||
@ -689,8 +688,6 @@ profile:
|
||||
Europe: '유럽'
|
||||
Indian: '인도'
|
||||
Pacific: '태평양'
|
||||
verifiedLinks:
|
||||
header: '확인한 링크'
|
||||
sensitive:
|
||||
header: '시청자의 재량이 요구됩니다.'
|
||||
|
||||
|
@ -702,8 +702,6 @@ profile:
|
||||
atAlternative: 'Use a notação /u/'
|
||||
pronouns: 'Incluir pronomes'
|
||||
local: 'Linkar para esta versão de linguagem'
|
||||
sensitive:
|
||||
hide: ' Desfocar cartão'
|
||||
|
||||
share: 'Compartilhar'
|
||||
|
||||
@ -740,7 +738,6 @@ footer:
|
||||
stats:
|
||||
header: 'Estatísticas '
|
||||
overall: 'versão com todas as linguagens'
|
||||
stats:
|
||||
keys:
|
||||
visitDuration: 'Média da duração de visitas'
|
||||
responseTime: 'Média do tempo de resposta'
|
||||
|
@ -318,8 +318,6 @@ profile:
|
||||
flagsCustomWarning: 'This flag has been uploaded by a user. The team of pronouns.page is not responsible for it.'
|
||||
flagsAsterisk: 'nasin ni li nasa ala, taso sitelen ona li lon tan ni: ken la jan li nasa lon ijo ante li nasa ala lon ni, sama ni: jan meli li olin mije li tonsi.'
|
||||
links: 'lipu ante'
|
||||
linksRecommended: 'We recommend linking to'
|
||||
column: 'Column'
|
||||
opinions:
|
||||
header: 'sitelen pilin'
|
||||
description: 'sona…'
|
||||
@ -351,11 +349,6 @@ profile:
|
||||
edit: 'o ante'
|
||||
delete: 'Delete'
|
||||
deleteConfirm: 'Are you sure you want to delete this card?'
|
||||
editor:
|
||||
header: 'Card editor'
|
||||
save: 'Save your card'
|
||||
defaults: 'Restore defaults'
|
||||
propagate: 'Propagate this change to your cards in all languages'
|
||||
opinion:
|
||||
yes: 'pona a'
|
||||
jokingly: 'lon musi taso'
|
||||
|
Loading…
x
Reference in New Issue
Block a user