localizations.dart 18.7 KB
Newer Older
1 2 3 4 5 6
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file has been automatically generated.  Please do not edit it manually.
// To regenerate the file, use:
7
// dart dev/tools/gen_localizations.dart --overwrite
8

9 10 11 12
/// Maps from [Locale.languageCode] to a map that contains the localized strings
/// for that locale.
///
/// This variable is used by [MaterialLocalizations].
13
const Map<String, Map<String, String>> localizations = const <String, Map<String, String>> {
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
  'ar': const <String, String>{
    'scriptCategory': r'tall',
    'timeOfDayFormat': r'h:mm a',
    'openAppDrawerTooltip': r'افتح قائمة التنقل',
    'backButtonTooltip': r'الى الخلف',
    'closeButtonTooltip': r'إغلا',
    'nextMonthTooltip': r'الشهر القادم',
    'previousMonthTooltip': r'الشهر الماضى',
    'nextPageTooltip': r'الصفحة التالية',
    'previousPageTooltip': r'الصفحة السابقة',
    'showMenuTooltip': r'قائمة العرض',
    'aboutListTileTitle': r'حول $applicationName',
    'licensesPageTitle': r'التّراخيص',
    'pageRowsInfoTitle': r'$firstRow–$lastRow أو $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow من حوالي $rowCount',
    'rowsPerPageTitle': r'الصفوف في الصفحة:',
    'selectedRowCountTitleOther': r'$selectedRowCount العناصر المحددة',
    'cancelButtonLabel': r'إلغاء',
    'closeButtonLabel': r'أغلاق',
    'continueButtonLabel': r'استمر',
    'copyButtonLabel': r'نسخ',
    'cutButtonLabel': r'كِم جارح',
    'okButtonLabel': r'حسنا',
    'pasteButtonLabel': r'عجين',
    'selectAllButtonLabel': r'اختر الكل',
    'viewLicensesButtonLabel': r'عرض التراخيص',
    'anteMeridiemAbbreviation': r'ص',
    'postMeridiemAbbreviation': r'م',
42
  },
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
  'de': const <String, String>{
    'scriptCategory': r'English-like',
    'timeOfDayFormat': r'HH:mm',
    'openAppDrawerTooltip': r'Navigationsmenü öffnen',
    'backButtonTooltip': r'Zurück',
    'closeButtonTooltip': r'Schließen',
    'nextMonthTooltip': r'Nächster Monat',
    'previousMonthTooltip': r'Vorheriger Monat',
    'nextPageTooltip': r'Nächste Seite',
    'previousPageTooltip': r'Vorherige Seite',
    'showMenuTooltip': r'Menü anzeigen',
    'aboutListTileTitle': r'Über $applicationName',
    'licensesPageTitle': r'Lizenzen',
    'pageRowsInfoTitle': r'$firstRow–$lastRow von $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow von etwa $rowCount',
    'rowsPerPageTitle': r'Zeilen pro Seite:',
    'selectedRowCountTitleZero': r'Keine Objekte ausgewählt',
    'selectedRowCountTitleOne': r'1 Objekt ausgewählt',
    'selectedRowCountTitleOther': r'$selectedRowCount Objekte ausgewählt',
    'cancelButtonLabel': r'ABBRECHEN',
    'closeButtonLabel': r'SCHLIESSEN',
    'continueButtonLabel': r'FORTSETZEN',
    'copyButtonLabel': r'KOPIEREN',
    'cutButtonLabel': r'AUSSCHNEIDEN',
    'okButtonLabel': r'OK',
    'pasteButtonLabel': r'EINFÜGEN',
    'selectAllButtonLabel': r'ALLES AUSWÄHLEN',
    'viewLicensesButtonLabel': r'LIZENZEN ANZEIGEN',
71
  },
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
  'en': const <String, String>{
    'scriptCategory': r'English-like',
    'timeOfDayFormat': r'h:mm a',
    'openAppDrawerTooltip': r'Open navigation menu',
    'backButtonTooltip': r'Back',
    'closeButtonTooltip': r'Close',
    'nextMonthTooltip': r'Next month',
    'previousMonthTooltip': r'Previous month',
    'nextPageTooltip': r'Next page',
    'previousPageTooltip': r'Previous page',
    'showMenuTooltip': r'Show menu',
    'aboutListTileTitle': r'About $applicationName',
    'licensesPageTitle': r'Licenses',
    'pageRowsInfoTitle': r'$firstRow–$lastRow of $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow of about $rowCount',
    'rowsPerPageTitle': r'Rows per page:',
    'selectedRowCountTitleZero': r'No items selected',
    'selectedRowCountTitleOne': r'1 item selected',
    'selectedRowCountTitleOther': r'$selectedRowCount items selected',
    'cancelButtonLabel': r'CANCEL',
    'closeButtonLabel': r'CLOSE',
    'continueButtonLabel': r'CONTINUE',
    'copyButtonLabel': r'COPY',
    'cutButtonLabel': r'CUT',
    'okButtonLabel': r'OK',
    'pasteButtonLabel': r'PASTE',
    'selectAllButtonLabel': r'SELECT ALL',
    'viewLicensesButtonLabel': r'VIEW LICENSES',
    'anteMeridiemAbbreviation': r'AM',
    'postMeridiemAbbreviation': r'PM',
Yegor's avatar
Yegor committed
102
  },
103 104
  'en_GB': const <String, String>{
    'timeOfDayFormat': r'HH:mm',
Yegor's avatar
Yegor committed
105
  },
106 107
  'en_IE': const <String, String>{
    'timeOfDayFormat': r'HH:mm',
Yegor's avatar
Yegor committed
108
  },
109 110
  'en_ZA': const <String, String>{
    'timeOfDayFormat': r'HH:mm',
111
  },
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
  'es': const <String, String>{
    'scriptCategory': r'English-like',
    'timeOfDayFormat': r'H:mm',
    'openAppDrawerTooltip': r'Abrir el menú de navegación',
    'backButtonTooltip': r'Espalda',
    'closeButtonTooltip': r'Cerrar',
    'nextMonthTooltip': r'Próximo mes',
    'previousMonthTooltip': r'Mes anterior',
    'nextPageTooltip': r'Siguiente página',
    'previousPageTooltip': r'Pagina anterior',
    'showMenuTooltip': r'Muestrame el menu',
    'aboutListTileTitle': r'Desarrollado por $applicationName',
    'licensesPageTitle': r'Licencias',
    'pageRowsInfoTitle': r'$firstRow–$lastRow de $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow de aproximadamente $rowCount',
    'rowsPerPageTitle': r'Filas por página:',
    'selectedRowCountTitleZero': r'No se han seleccionado elementos',
    'selectedRowCountTitleOne': r'1 artículo seleccionado',
    'selectedRowCountTitleOther': r'$selectedRowCount artículos seleccionados',
    'cancelButtonLabel': r'CANCELAR',
    'closeButtonLabel': r'CERRAR',
    'continueButtonLabel': r'CONTINUAR',
    'copyButtonLabel': r'COPIAR',
    'cutButtonLabel': r'CORTAR',
    'okButtonLabel': r'OK',
    'pasteButtonLabel': r'PEGAR',
    'selectAllButtonLabel': r'SELECCIONAR TODO',
    'viewLicensesButtonLabel': r'VER LICENCIAS',
140
  },
141 142 143 144
  'es_US': const <String, String>{
    'timeOfDayFormat': r'h:mm a',
    'anteMeridiemAbbreviation': r'AM',
    'postMeridiemAbbreviation': r'PM',
Yegor's avatar
Yegor committed
145
  },
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
  'fa': const <String, String>{
    'scriptCategory': r'tall',
    'timeOfDayFormat': r'H:mm',
    'openAppDrawerTooltip': r'منوی ناوبری را باز کنید',
    'backButtonTooltip': r'بازگشت',
    'closeButtonTooltip': r'بستن',
    'nextMonthTooltip': r'ماه بعد',
    'previousMonthTooltip': r'ماه گذشته',
    'nextPageTooltip': r'صفحه بعد',
    'previousPageTooltip': r'صفحه قبلی',
    'showMenuTooltip': r'نمایش منو',
    'aboutListTileTitle': r'درباره $applicationName',
    'licensesPageTitle': r'مجوز',
    'pageRowsInfoTitle': r'$firstRow–$lastRow از $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow از حدود $rowCount',
    'rowsPerPageTitle': r'ردیف در صفحه:',
    'selectedRowCountTitleOther': r'$selectedRowCount آیتم های انتخاب شده',
    'cancelButtonLabel': r'لغو',
    'closeButtonLabel': r'بستن',
    'continueButtonLabel': r'ادامه دهید',
    'copyButtonLabel': r'کپی',
    'cutButtonLabel': r'برش',
    'okButtonLabel': r'تایید',
    'pasteButtonLabel': r'چسباندن',
    'selectAllButtonLabel': r'انتخاب همه',
    'viewLicensesButtonLabel': r'مشاهده مجوز',
Yegor's avatar
Yegor committed
172
  },
173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
  'fr': const <String, String>{
    'scriptCategory': r'English-like',
    'timeOfDayFormat': r'HH:mm',
    'openAppDrawerTooltip': r'Ouvrir le menu de navigation',
    'backButtonTooltip': r'Retour',
    'closeButtonTooltip': r'Fermer',
    'nextMonthTooltip': r'Mois Suivant',
    'previousMonthTooltip': r'Mois précédent',
    'nextPageTooltip': r'Page suivante',
    'previousPageTooltip': r'Page précédente',
    'showMenuTooltip': r'Afficher le menu',
    'aboutListTileTitle': r'À propos de $applicationName',
    'licensesPageTitle': r'Licences',
    'pageRowsInfoTitle': r'$firstRow–$lastRow de $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow d' "'" r'environ $rowCount',
    'rowsPerPageTitle': r'Lignes par page:',
    'selectedRowCountTitleZero': r'Aucun élément sélectionné',
    'selectedRowCountTitleOne': r'1 élément sélectionné',
    'selectedRowCountTitleOther': r'$selectedRowCount éléments sélectionnés',
    'cancelButtonLabel': r'ANNULER',
    'closeButtonLabel': r'FERMER',
    'continueButtonLabel': r'CONTINUER',
    'copyButtonLabel': r'COPIER',
    'cutButtonLabel': r'COUPER',
    'okButtonLabel': r'OK',
    'pasteButtonLabel': r'COLLER',
    'selectAllButtonLabel': r'TOUT SÉLECTIONNER',
    'viewLicensesButtonLabel': r'AFFICHER LES LICENCES',
201
  },
202 203
  'fr_CA': const <String, String>{
    'timeOfDayFormat': r'HH ' "'" r'h' "'" r' mm',
204
  },
205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
  'he': const <String, String>{
    'scriptCategory': r'English-like',
    'timeOfDayFormat': r'H:mm',
    'openAppDrawerTooltip': r'פתח תפריט ניווט',
    'backButtonTooltip': r'אחורה',
    'closeButtonTooltip': r'סגור',
    'nextMonthTooltip': r'חודש הבא',
    'previousMonthTooltip': r'חודש קודם',
    'nextPageTooltip': r'עמוד הבא',
    'previousPageTooltip': r'עמוד קודם',
    'showMenuTooltip': r'הצג תפריט',
    'aboutListTileTitle': r'על $applicationName',
    'licensesPageTitle': r'רישיונות',
    'pageRowsInfoTitle': r'$firstRow–$lastRow מתוך $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow מתוך כ $rowCount',
    'rowsPerPageTitle': r'שורות לעמוד:',
    'selectedRowCountTitleOther': r'$selectedRowCount פריטים שנבחרו',
    'cancelButtonLabel': r'ביטול',
    'closeButtonLabel': r'סגור',
    'continueButtonLabel': r'המשך',
    'copyButtonLabel': r'העתק',
    'cutButtonLabel': r'גזור',
    'okButtonLabel': r'אישור',
    'pasteButtonLabel': r'הדבק',
    'selectAllButtonLabel': r'בחר הכל',
    'viewLicensesButtonLabel': r'הצג רישיונות',
231
  },
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
  'it': const <String, String>{
    'scriptCategory': r'English-like',
    'timeOfDayFormat': r'HH:mm',
    'openAppDrawerTooltip': r'Apri il menu di navigazione',
    'backButtonTooltip': r'Indietro',
    'closeButtonTooltip': r'Chiudi',
    'nextMonthTooltip': r'Il prossimo mese',
    'previousMonthTooltip': r'Il mese scorso',
    'nextPageTooltip': r'Pagina successiva',
    'previousPageTooltip': r'Pagina precedente',
    'showMenuTooltip': r'Mostra il menu',
    'aboutListTileTitle': r'A proposito di $applicationName',
    'licensesPageTitle': r'Licenze',
    'pageRowsInfoTitle': r'$firstRow–$lastRow di $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow di circa $rowCount',
    'rowsPerPageTitle': r'Righe per pagina:',
    'selectedRowCountTitleOther': r'$selectedRowCount selezionati',
    'cancelButtonLabel': r'ANNULLA',
    'closeButtonLabel': r'CHIUDI',
    'continueButtonLabel': r'CONTINUA',
    'copyButtonLabel': r'COPIA',
    'cutButtonLabel': r'TAGLIA',
    'okButtonLabel': r'OK',
    'pasteButtonLabel': r'INCOLLA',
    'selectAllButtonLabel': r'SELEZIONA TUTTO',
    'viewLicensesButtonLabel': r'VEDI LE LICENZE',
258
  },
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
  'ja': const <String, String>{
    'scriptCategory': r'dense',
    'timeOfDayFormat': r'H:mm',
    'openAppDrawerTooltip': r'ナビゲーションメニューを開く',
    'backButtonTooltip': r'戻る',
    'closeButtonTooltip': r'閉じる',
    'nextMonthTooltip': r'次の月へ',
    'previousMonthTooltip': r'前の月へ',
    'nextPageTooltip': r'次のページ',
    'previousPageTooltip': r'前のページ',
    'showMenuTooltip': r'メニューを表示',
    'aboutListTileTitle': r'$applicationNameについて',
    'licensesPageTitle': r'ライセンス',
    'pageRowsInfoTitle': r'$rowCount行中の$firstRow–$lastRow',
    'pageRowsInfoTitleApproximate': r'約$rowCount行中の$firstRow–$lastRow',
    'rowsPerPageTitle': r'1ページあたりの行数:',
    'selectedRowCountTitleOther': r'$selectedRowCount個のアイテムが選択されています',
    'cancelButtonLabel': r'キャンセル',
    'closeButtonLabel': r'閉じる',
    'continueButtonLabel': r'次へ',
    'copyButtonLabel': r'コピー',
    'cutButtonLabel': r'カット',
    'okButtonLabel': r'OK',
    'pasteButtonLabel': r'貼付け',
    'selectAllButtonLabel': r'全選択',
    'viewLicensesButtonLabel': r'ライセンス表記',
285
  },
286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311
  'ps': const <String, String>{
    'scriptCategory': r'tall',
    'timeOfDayFormat': r'HH:mm',
    'openAppDrawerTooltip': r'د پرانیستی نیینګ مینو',
    'backButtonTooltip': r'شاته',
    'closeButtonTooltip': r'بنده',
    'nextMonthTooltip': r'بله میاشت',
    'previousMonthTooltip': r'تیره میاشت',
    'nextPageTooltip': r'بله پاڼه',
    'previousPageTooltip': r'مخکینی مخ',
    'showMenuTooltip': r'غورنۍ ښودل',
    'aboutListTileTitle': r'د $applicationName په اړه',
    'licensesPageTitle': r'جوازونه',
    'pageRowsInfoTitle': r'$firstRow–$lastRow د $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow څخه $rowCount د',
    'rowsPerPageTitle': r'د هرې پاڼې پاڼې:',
    'selectedRowCountTitleOther': r'$selectedRowCount توکي غوره شوي',
    'cancelButtonLabel': r'لغوه کول',
    'closeButtonLabel': r'تړل',
    'continueButtonLabel': r'منځپانګې',
    'copyButtonLabel': r'کاپی',
    'cutButtonLabel': r'کم کړئ',
    'okButtonLabel': r'سمه ده',
    'pasteButtonLabel': r'پیټ کړئ',
    'selectAllButtonLabel': r'غوره کړئ',
    'viewLicensesButtonLabel': r'لیدلس وګورئ',
Yegor's avatar
Yegor committed
312
  },
313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338
  'pt': const <String, String>{
    'scriptCategory': r'English-like',
    'timeOfDayFormat': r'HH:mm',
    'openAppDrawerTooltip': r'Abrir menu de navegação',
    'backButtonTooltip': r'Costas',
    'closeButtonTooltip': r'Fechar',
    'nextMonthTooltip': r'Próximo mês',
    'previousMonthTooltip': r'Mês anterior',
    'nextPageTooltip': r'Próxima página',
    'previousPageTooltip': r'Página anterior',
    'showMenuTooltip': r'Mostrar menu',
    'aboutListTileTitle': r'Sobre $applicationName',
    'licensesPageTitle': r'Licenças',
    'pageRowsInfoTitle': r'$firstRow–$lastRow de $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow de cerca de $rowCount',
    'rowsPerPageTitle': r'Linhas por página:',
    'selectedRowCountTitleOther': r'$selectedRowCount selecionados',
    'cancelButtonLabel': r'CANCELAR',
    'closeButtonLabel': r'FECHAR',
    'continueButtonLabel': r'CONTINUAR',
    'copyButtonLabel': r'CÓPIA DE',
    'cutButtonLabel': r'CORTA',
    'okButtonLabel': r'OK',
    'pasteButtonLabel': r'COLAR',
    'selectAllButtonLabel': r'SELECIONAR TUDO',
    'viewLicensesButtonLabel': r'VER LICENÇAS',
Yegor's avatar
Yegor committed
339
  },
340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367
  'ru': const <String, String>{
    'scriptCategory': r'English-like',
    'timeOfDayFormat': r'H:mm',
    'openAppDrawerTooltip': r'Открыть меню навигации',
    'backButtonTooltip': r'Назад',
    'closeButtonTooltip': r'Закрыть',
    'nextMonthTooltip': r'Следующий месяц',
    'previousMonthTooltip': r'Предыдущий месяц',
    'nextPageTooltip': r'Следущая страница',
    'previousPageTooltip': r'Предыдущая страница',
    'showMenuTooltip': r'Показать меню',
    'pageRowsInfoTitle': r'$firstRow–$lastRow из $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow из примерно $rowCount',
    'rowsPerPageTitle': r'Строки на страницу:',
    'aboutListTileTitle': r'O $applicationName',
    'licensesPageTitle': r'Лицензии',
    'selectedRowCountTitleZero': r'Строки не выбраны',
    'selectedRowCountTitleOne': r'Выбрана 1 строка',
    'selectedRowCountTitleOther': r'Выбрано $selectedRowCount строк',
    'cancelButtonLabel': r'ОТМЕНИТЬ',
    'closeButtonLabel': r'ЗАКРЫТЬ',
    'continueButtonLabel': r'ПРОДОЛЖИТЬ',
    'copyButtonLabel': r'СКОПИРОВАТЬ',
    'cutButtonLabel': r'ВЫРЕЗАТЬ',
    'okButtonLabel': r'ОК',
    'pasteButtonLabel': r'ВСТАВИТЬ',
    'selectAllButtonLabel': r'ВЫБРАТЬ ВСЁ',
    'viewLicensesButtonLabel': r'ПРОСМОТРЕТЬ ЛИЦЕНЗИИ',
Yegor's avatar
Yegor committed
368
  },
369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396
  'ur': const <String, String>{
    'scriptCategory': r'tall',
    'timeOfDayFormat': r'h:mm a',
    'openAppDrawerTooltip': r'کھولیں نیویگیشن مینو',
    'backButtonTooltip': r'واپس',
    'closeButtonTooltip': r'بند کریں',
    'nextMonthTooltip': r'اگلا مھینہ',
    'previousMonthTooltip': r'پچھلا مھینہ',
    'nextPageTooltip': r'اگلا صفحہ',
    'previousPageTooltip': r'سابقہ ​​صفحہ',
    'showMenuTooltip': r'مینو دکھائیں',
    'aboutListTileTitle': r'کے بارے میں $applicationName',
    'licensesPageTitle': r'لائسنس',
    'pageRowsInfoTitle': r'$firstRow–$lastRow کے $rowCount',
    'pageRowsInfoTitleApproximate': r'$firstRow–$lastRow میں سے $rowCount تقریبا',
    'rowsPerPageTitle': r'رویوں فی صفحہ:',
    'selectedRowCountTitleOther': r'$selectedRowCount منتخب کردہ اشیاء',
    'cancelButtonLabel': r'منسوخ کریں',
    'closeButtonLabel': r'بند کریں',
    'continueButtonLabel': r'جاری رکھیں',
    'copyButtonLabel': r'کاپی',
    'cutButtonLabel': r'کاٹیں',
    'okButtonLabel': r'ٹھیک ہے',
    'pasteButtonLabel': r'چسپاں',
    'selectAllButtonLabel': r'تکاپیمام منتخب کریں',
    'viewLicensesButtonLabel': r'لائسنس دیکھیں',
    'anteMeridiemAbbreviation': r'AM',
    'postMeridiemAbbreviation': r'PM',
Yegor's avatar
Yegor committed
397
  },
398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425
  'zh': const <String, String>{
    'scriptCategory': r'dense',
    'timeOfDayFormat': r'ah:mm',
    'openAppDrawerTooltip': r'打开导航菜单',
    'backButtonTooltip': r'返回',
    'closeButtonTooltip': r'关',
    'nextMonthTooltip': r'-下月就29了。',
    'previousMonthTooltip': r'前一个月',
    'nextPageTooltip': r'下一页',
    'previousPageTooltip': r'上一页',
    'showMenuTooltip': r'显示菜单',
    'aboutListTileTitle': r'关于$applicationName',
    'licensesPageTitle': r'许可证',
    'pageRowsInfoTitle': r'$rowCount中的$firstRow-$lastRow',
    'pageRowsInfoTitleApproximate': r'约$rowCount中的$firstRow-$lastRow',
    'rowsPerPageTitle': r'每页行数:',
    'selectedRowCountTitleOther': r'$selectedRowCount行所选',
    'cancelButtonLabel': r'取消',
    'continueButtonLabel': r'继续',
    'closeButtonLabel': r'关闭',
    'copyButtonLabel': r'复制',
    'cutButtonLabel': r'剪切',
    'okButtonLabel': r'确定',
    'pasteButtonLabel': r'粘贴',
    'selectAllButtonLabel': r'全选',
    'viewLicensesButtonLabel': r'查看许可证',
    'anteMeridiemAbbreviation': r'上午',
    'postMeridiemAbbreviation': r'下午',
426
  },
427
};
428