From 17eb892ab1109a06db6314b160d1b54011e57179 Mon Sep 17 00:00:00 2001 From: Usman Shabir <74250206+usman-97@users.noreply.github.com> Date: Sat, 5 Feb 2022 01:21:35 +0000 Subject: [PATCH] Update toolbar.i18n.dart (#650) --- lib/src/translations/toolbar.i18n.dart | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index 577f901b..a328cf20 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -308,6 +308,26 @@ extension Localization on String { 'Width': 'Width', 'Height': 'Height', }, + 'ur': { + 'Paste a link': 'لنک پیسٹ کریں', + 'Ok': 'ٹھیک ہے', + 'Select Color': 'رنگ منتخب کریں', + 'Gallery': 'گیلری', + 'Link': 'لنک', + 'Please first select some text to transform into a link.': + 'براہ کرم لنک میں تبدیل کرنے کے لیے پہلے کچھ متن منتخب کریں۔', + 'Open': 'کھولیں', + 'Copy': 'نقل', + 'Remove': 'ہٹا دیں', + 'Save': 'محفوظ کریں', + 'Zoom': 'زوم', + 'Saved': 'محفوظ کر لیا', + 'Text': 'متن', + 'What is entered is not a link': 'جو درج کیا گیا ہے وہ لنک نہیں ہے۔', + 'Resize': 'سائز تبدیل کریں۔', + 'Width': 'چوڑائی', + 'Height': 'اونچائی', + }, }; String get i18n => localize(this, _t);