Update toolbar.i18n.dart

pull/1342/head
Cheryl 2 years ago
parent 0ef2959e4b
commit 46b9278ab0
  1. 90
      lib/src/translations/toolbar.i18n.dart

@ -71,6 +71,9 @@ extension Localization on String {
'Hex': 'Hex', 'Hex': 'Hex',
'Material': 'Material', 'Material': 'Material',
'Color': 'Color', 'Color': 'Color',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'en_us': { 'en_us': {
'Paste a link': 'Paste a link', 'Paste a link': 'Paste a link',
@ -140,6 +143,9 @@ extension Localization on String {
'Hex': 'Hex', 'Hex': 'Hex',
'Material': 'Material', 'Material': 'Material',
'Color': 'Color', 'Color': 'Color',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'ar': { 'ar': {
'Paste a link': 'نسخ الرابط', 'Paste a link': 'نسخ الرابط',
@ -211,6 +217,9 @@ extension Localization on String {
'Hex': 'Hex', 'Hex': 'Hex',
'Material': 'Material', 'Material': 'Material',
'Color': 'اللون', 'Color': 'اللون',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'da': { 'da': {
'Paste a link': 'Indsæt link', 'Paste a link': 'Indsæt link',
@ -277,6 +286,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'de': { 'de': {
'Paste a link': 'Link hinzufügen', 'Paste a link': 'Link hinzufügen',
@ -344,6 +356,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'fr': { 'fr': {
'Paste a link': 'Coller un lien', 'Paste a link': 'Coller un lien',
@ -410,6 +425,9 @@ extension Localization on String {
'Enter media': 'Entrer un média', 'Enter media': 'Entrer un média',
'Edit': 'Modifier', 'Edit': 'Modifier',
'Apply': 'Appliquer', 'Apply': 'Appliquer',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'zh_cn': { 'zh_cn': {
'Paste a link': '粘贴链接', 'Paste a link': '粘贴链接',
@ -476,6 +494,9 @@ extension Localization on String {
'Enter media': '输入媒体', 'Enter media': '输入媒体',
'Edit': '编辑', 'Edit': '编辑',
'Apply': '应用', 'Apply': '应用',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'zh_hk': { 'zh_hk': {
'Paste a link': '貼上連結', 'Paste a link': '貼上連結',
@ -542,6 +563,9 @@ extension Localization on String {
'Enter media': '輸入媒體', 'Enter media': '輸入媒體',
'Edit': '編輯', 'Edit': '編輯',
'Apply': '應用', 'Apply': '應用',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'ja': { 'ja': {
'Paste a link': 'リンクをペースト', 'Paste a link': 'リンクをペースト',
@ -608,6 +632,9 @@ extension Localization on String {
'Enter media': 'ミディアムを輸入', 'Enter media': 'ミディアムを輸入',
'Edit': '編集', 'Edit': '編集',
'Apply': '応用', 'Apply': '応用',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'ko': { 'ko': {
'Paste a link': '링크를 붙여넣어 주세요.', 'Paste a link': '링크를 붙여넣어 주세요.',
@ -674,6 +701,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'ru': { 'ru': {
'Paste a link': 'Вставить ссылку', 'Paste a link': 'Вставить ссылку',
@ -740,6 +770,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'es': { 'es': {
'Paste a link': 'Pega un enlace', 'Paste a link': 'Pega un enlace',
@ -807,6 +840,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'tr': { 'tr': {
'Paste a link': 'Bağlantıyı Yapıştır', 'Paste a link': 'Bağlantıyı Yapıştır',
@ -873,6 +909,9 @@ extension Localization on String {
'Enter media': 'Medya Giriniz', 'Enter media': 'Medya Giriniz',
'Edit': 'Düzenle', 'Edit': 'Düzenle',
'Apply': 'Uygula', 'Apply': 'Uygula',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'uk': { 'uk': {
'Paste a link': 'Вставити посилання', 'Paste a link': 'Вставити посилання',
@ -939,6 +978,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'pt': { 'pt': {
'Paste a link': 'Colar um link', 'Paste a link': 'Colar um link',
@ -1006,6 +1048,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'pt_br': { 'pt_br': {
'Paste a link': 'Colar um link', 'Paste a link': 'Colar um link',
@ -1073,6 +1118,9 @@ extension Localization on String {
'Enter media': 'Inserir mídia', 'Enter media': 'Inserir mídia',
'Edit': 'Editar', 'Edit': 'Editar',
'Apply': 'Aplicar', 'Apply': 'Aplicar',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'pl': { 'pl': {
'Paste a link': 'Wklej link', 'Paste a link': 'Wklej link',
@ -1140,6 +1188,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'vi': { 'vi': {
'Paste a link': 'Chèn liên kết', 'Paste a link': 'Chèn liên kết',
@ -1207,6 +1258,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'ur': { 'ur': {
'Paste a link': 'لنک پیسٹ کریں', 'Paste a link': 'لنک پیسٹ کریں',
@ -1273,6 +1327,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'id': { 'id': {
'Paste a link': 'Tempel tautan', 'Paste a link': 'Tempel tautan',
@ -1339,6 +1396,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'no': { 'no': {
'Paste a link': 'Lim inn lenke', 'Paste a link': 'Lim inn lenke',
@ -1405,6 +1465,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'fa': { 'fa': {
'Paste a link': 'جایگذاری لینک', 'Paste a link': 'جایگذاری لینک',
@ -1471,6 +1534,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'hi': { 'hi': {
'Paste a link': 'िक पट कर', 'Paste a link': 'िक पट कर',
@ -1537,6 +1603,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'nl': { 'nl': {
'Paste a link': 'Plak een link', 'Paste a link': 'Plak een link',
@ -1603,6 +1672,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'sr': { 'sr': {
'Paste a link': 'Nalepi vezu', 'Paste a link': 'Nalepi vezu',
@ -1669,6 +1741,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'cs': { 'cs': {
'Paste a link': 'Vložte odkaz', 'Paste a link': 'Vložte odkaz',
@ -1735,6 +1810,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'he': { 'he': {
'Paste a link': 'הדבק את הלינק', 'Paste a link': 'הדבק את הלינק',
@ -1801,6 +1879,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'ms': { 'ms': {
'Paste a link': 'Tampal Pautan', 'Paste a link': 'Tampal Pautan',
@ -1868,6 +1949,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'it': { 'it': {
'Paste a link': 'Incolla un collegamento', 'Paste a link': 'Incolla un collegamento',
@ -1935,6 +2019,9 @@ extension Localization on String {
'Enter media': 'Enter media', 'Enter media': 'Enter media',
'Edit': 'Edit', 'Edit': 'Edit',
'Apply': 'Apply', 'Apply': 'Apply',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
'bn': { 'bn': {
'Paste a link': 'িক পট কর', 'Paste a link': 'িক পট কর',
@ -2005,6 +2092,9 @@ extension Localization on String {
'Hex': '', 'Hex': '',
'Material': 'ি', 'Material': 'ি',
'Color': '', 'Color': '',
'Find text': 'Find text',
'Move to previous occurrence': 'Move to previous occurrence',
'Move to next occurrence': 'Move to next occurrence',
}, },
}; };

Loading…
Cancel
Save