codegen_loader.g.dart 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. // DO NOT EDIT. This is code generated via package:easy_localization/generate.dart
  2. // ignore_for_file: prefer_single_quotes
  3. import 'dart:ui';
  4. import 'package:easy_localization/easy_localization.dart' show AssetLoader;
  5. class CodegenLoader extends AssetLoader{
  6. const CodegenLoader();
  7. @override
  8. Future<Map<String, dynamic>> load(String fullPath, Locale locale ) {
  9. return Future.value(mapLocales[locale.toString()]);
  10. }
  11. static const Map<String,dynamic> it_IT = {
  12. "appName": "AppFlowy",
  13. "defaultUsername": "Me",
  14. "welcomeText": "Benvenuto in @:appName",
  15. "githubStarText": "Vota su GitHub",
  16. "subscribeNewsletterText": "Sottoscrivi la Newsletter",
  17. "letsGoButtonText": "Andiamo",
  18. "title": "Titolo",
  19. "signUp": {
  20. "buttonText": "Registrati",
  21. "title": "Registrati per @:appName",
  22. "getStartedText": "Iniziamo",
  23. "emptyPasswordError": "La password non può essere vuota",
  24. "repeatPasswordEmptyError": "La password ripetuta non può essere vuota",
  25. "unmatchedPasswordError": "La password ripetuta non è uguale alla password",
  26. "alreadyHaveAnAccount": "Hai già un account?",
  27. "emailHint": "Email",
  28. "passwordHint": "Password",
  29. "repeatPasswordHint": "Ripeti password"
  30. },
  31. "signIn": {
  32. "loginTitle": "Accedi a @:appName",
  33. "loginButtonText": "Login",
  34. "buttonText": "Accedi",
  35. "forgotPassword": "Password Dimentica?",
  36. "emailHint": "Email",
  37. "passwordHint": "Password",
  38. "dontHaveAnAccount": "Non hai un account?",
  39. "repeatPasswordEmptyError": "La password ripetuta non può essere vuota",
  40. "unmatchedPasswordError": "La password ripetuta non è uguale alla password"
  41. },
  42. "workspace": {
  43. "create": "Crea spazio di lavoro",
  44. "hint": "spazio di lavoro",
  45. "notFoundError": "Spazio di lavoro non trovato"
  46. },
  47. "shareAction": {
  48. "buttonText": "Condividi",
  49. "workInProgress": "In corso",
  50. "markdown": "Markdown",
  51. "copyLink": "Copia Link"
  52. },
  53. "disclosureAction": {
  54. "rename": "Rinomina",
  55. "delete": "Cancella",
  56. "duplicate": "Duplica"
  57. },
  58. "blankPageTitle": "Pagina vuota",
  59. "newPageText": "Nuova pagina",
  60. "trash": {
  61. "text": "Cestino",
  62. "restoreAll": "Ripristina Tutto",
  63. "deleteAll": "Elimina Tutto",
  64. "pageHeader": {
  65. "fileName": "Nome file",
  66. "lastModified": "Ultima Modifica",
  67. "created": "Creato"
  68. }
  69. },
  70. "deletePagePrompt": {
  71. "text": "Questa pagina è nel Cestino",
  72. "restore": "Ripristina pagina",
  73. "deletePermanent": "Elimina definitivamente"
  74. },
  75. "dialogCreatePageNameHint": "Nome pagina",
  76. "questionBubble": {
  77. "whatsNew": "Cosa c'è di nuovo?",
  78. "help": "Aiuto & Supporto",
  79. "debug": {
  80. "name": "Informazioni di debug",
  81. "success": "Informazioni di debug copiate negli appunti!",
  82. "fail": "Impossibile copiare le informazioni di debug negli appunti"
  83. }
  84. },
  85. "menuAppHeader": {
  86. "addPageTooltip": "Aggiungi velocemente una pagina all'interno",
  87. "defaultNewPageName": "Senza titolo",
  88. "renameDialog": "Rinomina"
  89. },
  90. "toolbar": {
  91. "undo": "Undo",
  92. "redo": "Redo",
  93. "bold": "Grassetto",
  94. "italic": "Italico",
  95. "underline": "Sottolineato",
  96. "strike": "Barrato",
  97. "numList": "Lista numerata",
  98. "bulletList": "Lista a punti",
  99. "checkList": "Lista Controllo",
  100. "inlineCode": "Codice in linea",
  101. "quote": "Cita Blocco"
  102. },
  103. "contactsPage": {
  104. "title": "Contatti",
  105. "whatsHappening": "Cosa accadrà la prossima settimana?",
  106. "addContact": "Aggiungi Contatti",
  107. "editContact": "Modifica Contatti"
  108. },
  109. "button": {
  110. "OK": "OK",
  111. "Cancel": "Annulla",
  112. "signIn": "Accedi",
  113. "signOut": "Esci",
  114. "complete": "Completa",
  115. "save": "Salva"
  116. },
  117. "label": {
  118. "welcome": "Benvenuto!",
  119. "firstName": "Name",
  120. "middleName": "Secondo Name",
  121. "lastName": "Cognome",
  122. "stepX": "Passo {X}"
  123. },
  124. "oAuth": {
  125. "err": {
  126. "failedTitle": "Impossibile collegarsi al tuo account.",
  127. "failedMsg": "Si prega di verificare di aver completato il processo di iscrizione nel tuo browser."
  128. },
  129. "google": {
  130. "title": "GOOGLE SIGN-IN",
  131. "instruction1": "Al fine di importare i tuoi Contatti Google è necessario autorizzare questa applicaizone ad utilizzare il tuo beowser web.",
  132. "instruction2": "Copia questo codice nella tua clipboard premendo l'icona o selezionando il testo:",
  133. "instruction3": "Naviga sul seguente link con il tuo browser web e inserisci il codice seguente:",
  134. "instruction4": "Premi il bottono qui sotto quando hai completato l'iscrizione:"
  135. }
  136. }
  137. };
  138. static const Map<String,dynamic> en = {
  139. "appName": "AppFlowy",
  140. "defaultUsername": "Me",
  141. "welcomeText": "Welcome to @:appName",
  142. "githubStarText": "Star on GitHub",
  143. "subscribeNewsletterText": "Subscribe to Newsletter",
  144. "letsGoButtonText": "Let's Go",
  145. "title": "Title",
  146. "signUp": {
  147. "buttonText": "Sign Up",
  148. "title": "Sign Up to @:appName",
  149. "getStartedText": "Get Started",
  150. "emptyPasswordError": "Password can't be empty",
  151. "repeatPasswordEmptyError": "Repeat password can't be empty",
  152. "unmatchedPasswordError": "Repeat password is not the same as password",
  153. "alreadyHaveAnAccount": "Already have an account?",
  154. "emailHint": "Email",
  155. "passwordHint": "Password",
  156. "repeatPasswordHint": "Repeat password"
  157. },
  158. "signIn": {
  159. "loginTitle": "Login to @:appName",
  160. "loginButtonText": "Login",
  161. "buttonText": "Sign In",
  162. "forgotPassword": "Forgot Password?",
  163. "emailHint": "Email",
  164. "passwordHint": "Password",
  165. "dontHaveAnAccount": "Don't have an account?",
  166. "repeatPasswordEmptyError": "Repeat password can't be empty",
  167. "unmatchedPasswordError": "Repeat password is not the same as password"
  168. },
  169. "workspace": {
  170. "create": "Create workspace",
  171. "hint": "workspace",
  172. "notFoundError": "Workspace not found"
  173. },
  174. "shareAction": {
  175. "buttonText": "Share",
  176. "workInProgress": "Work in progress",
  177. "markdown": "Markdown",
  178. "copyLink": "Copy Link"
  179. },
  180. "disclosureAction": {
  181. "rename": "Rename",
  182. "delete": "Delete",
  183. "duplicate": "Duplicate"
  184. },
  185. "blankPageTitle": "Blank page",
  186. "newPageText": "New page",
  187. "trash": {
  188. "text": "Trash",
  189. "restoreAll": "Restore All",
  190. "deleteAll": "Delete All",
  191. "pageHeader": {
  192. "fileName": "File name",
  193. "lastModified": "Last Modified",
  194. "created": "Created"
  195. }
  196. },
  197. "deletePagePrompt": {
  198. "text": "This page is in Trash",
  199. "restore": "Restore page",
  200. "deletePermanent": "Delete permanently"
  201. },
  202. "dialogCreatePageNameHint": "Page name",
  203. "questionBubble": {
  204. "whatsNew": "What's new?",
  205. "help": "Help & Support",
  206. "debug": {
  207. "name": "Debug Info",
  208. "success": "Copied debug info to clipboard!",
  209. "fail": "Unable to copy debug info to clipboard"
  210. }
  211. },
  212. "menuAppHeader": {
  213. "addPageTooltip": "Quickly add a page inside",
  214. "defaultNewPageName": "Untitled",
  215. "renameDialog": "Rename"
  216. },
  217. "toolbar": {
  218. "undo": "Undo",
  219. "redo": "Redo",
  220. "bold": "Bold",
  221. "italic": "Italic",
  222. "underline": "Underline",
  223. "strike": "Strikethrough",
  224. "numList": "Numbered List",
  225. "bulletList": "Bulleted List",
  226. "checkList": "Check List",
  227. "inlineCode": "Inline Code",
  228. "quote": "Quote Block"
  229. },
  230. "contactsPage": {
  231. "title": "Contacts",
  232. "whatsHappening": "What's happening this week?",
  233. "addContact": "Add Contact",
  234. "editContact": "Edit Contact"
  235. },
  236. "button": {
  237. "OK": "OK",
  238. "Cancel": "Cancel",
  239. "signIn": "Sign In",
  240. "signOut": "Sign Out",
  241. "complete": "Complete",
  242. "save": "Save"
  243. },
  244. "label": {
  245. "welcome": "Welcome!",
  246. "firstName": "First Name",
  247. "middleName": "Middle Name",
  248. "lastName": "Last Name",
  249. "stepX": "Step {X}"
  250. },
  251. "oAuth": {
  252. "err": {
  253. "failedTitle": "Unable to connect to your account.",
  254. "failedMsg": "Please make sure you've completed the sign-in process in your browser."
  255. },
  256. "google": {
  257. "title": "GOOGLE SIGN-IN",
  258. "instruction1": "In order to import your Google Contacts, you'll need to authorize this application using your web browser.",
  259. "instruction2": "Copy this code to your clipboard by clicking the icon or selecting the text:",
  260. "instruction3": "Navigate to the following link in your web browser, and enter the above code:",
  261. "instruction4": "Press the button below when you've completed signup:"
  262. }
  263. }
  264. };
  265. static const Map<String,dynamic> zh_CN = {
  266. "appName": "Appflowy",
  267. "defaultUsername": "我",
  268. "welcomeText": "欢迎使用 @:appName",
  269. "githubStarText": "Star on GitHub",
  270. "subscribeNewsletterText": "消息订阅",
  271. "letsGoButtonText": "开始",
  272. "title": "标题",
  273. "signUp": {
  274. "buttonText": "注册",
  275. "title": "注册 @:appName 账户",
  276. "getStartedText": "开始",
  277. "emptyPasswordError": "密码不能为空",
  278. "repeatPasswordEmptyError": "确认密码不能为空",
  279. "unmatchedPasswordError": "两次密码输入不一致",
  280. "alreadyHaveAnAccount": "已有账户?",
  281. "emailHint": "邮箱",
  282. "passwordHint": "密码",
  283. "repeatPasswordHint": "确认密码"
  284. },
  285. "signIn": {
  286. "loginTitle": "登录 @:appName",
  287. "loginButtonText": "登录",
  288. "buttonText": "登录",
  289. "forgotPassword": "忘记密码?",
  290. "emailHint": "邮箱",
  291. "passwordHint": "密码",
  292. "dontHaveAnAccount": "没有已注册的账户?",
  293. "repeatPasswordEmptyError": "确认密码不能为空",
  294. "unmatchedPasswordError": "两次密码输入不一致"
  295. },
  296. "workspace": {
  297. "create": "新建空间",
  298. "hint": "空间",
  299. "notFoundError": "未知的空间"
  300. },
  301. "shareAction": {
  302. "buttonText": "分享",
  303. "workInProgress": "进行中",
  304. "markdown": "Markdown",
  305. "copyLink": "复制链接"
  306. },
  307. "disclosureAction": {
  308. "rename": "重命名",
  309. "delete": "删除",
  310. "duplicate": "复制"
  311. },
  312. "blankPageTitle": "空白页",
  313. "newPageText": "新页面",
  314. "trash": {
  315. "text": "回收站",
  316. "restoreAll": "全部恢复",
  317. "deleteAll": "全部删除",
  318. "pageHeader": {
  319. "fileName": "文件名",
  320. "lastModified": "最近修改",
  321. "created": "创建"
  322. }
  323. },
  324. "deletePagePrompt": {
  325. "text": "此页面已被移动至回收站",
  326. "restore": "恢复页面",
  327. "deletePermanent": "彻底删除"
  328. },
  329. "dialogCreatePageNameHint": "页面名称",
  330. "questionBubble": {
  331. "whatsNew": "新功能?",
  332. "help": "帮助 & 支持",
  333. "debug": {
  334. "name": "调试信息",
  335. "success": "将调试信息复制到剪贴板!",
  336. "fail": "无法将调试信息复制到剪贴板"
  337. }
  338. },
  339. "menuAppHeader": {
  340. "addPageTooltip": "在其中快速添加页面",
  341. "defaultNewPageName": "未命名页面",
  342. "renameDialog": "重命名"
  343. },
  344. "toolbar": {
  345. "undo": "撤销",
  346. "redo": "恢复",
  347. "bold": "加粗",
  348. "italic": "斜体",
  349. "underline": "下划线",
  350. "strike": "删除线",
  351. "numList": "有序列表",
  352. "bulletList": "无序列表",
  353. "checkList": "任务列表",
  354. "inlineCode": "内联代码",
  355. "quote": "块引用"
  356. },
  357. "contactsPage": {
  358. "title": "联系人",
  359. "whatsHappening": "这周发生了哪些事?",
  360. "addContact": "添加联系人",
  361. "editContact": "编辑联系人"
  362. },
  363. "button": {
  364. "OK": "确认",
  365. "Cancel": "取消",
  366. "signIn": "登录",
  367. "signOut": "登出",
  368. "complete": "完成",
  369. "save": "保存"
  370. },
  371. "label": {
  372. "welcome": "欢迎!",
  373. "firstName": "名",
  374. "middleName": "中间名",
  375. "lastName": "姓",
  376. "stepX": "第{X}步"
  377. },
  378. "oAuth": {
  379. "err": {
  380. "failedTitle": "无法连接到您的账户。",
  381. "failedMsg": "请确认您已在浏览器中完成登录。"
  382. },
  383. "google": {
  384. "title": "Google 账号登录",
  385. "instruction1": "为了导入您的 Google 联系人,您需要在浏览器中给予本程序授权。",
  386. "instruction2": "单击图标或选择文本复制到剪贴板:",
  387. "instruction3": "进入下面的链接,然后输入上面的代码:",
  388. "instruction4": "完成注册后,点击下面的按钮:"
  389. }
  390. }
  391. };
  392. static const Map<String, Map<String,dynamic>> mapLocales = {"it_IT": it_IT, "en": en, "zh_CN": zh_CN};
  393. }