瀏覽代碼

New languages added:

frappe/translations/am.csv
       	frappe/translations/en-US.csv
       	frappe/translations/en.csv
       	frappe/translations/es-AR.csv
       	frappe/translations/es-CL.csv
       	frappe/translations/es-GT.csv
       	frappe/translations/es-MX.csv
       	frappe/translations/es-NI.csv
       	frappe/translations/fr-CA.csv
       	frappe/translations/ku.csv
       	frappe/translations/lo.csv
       	frappe/translations/lt.csv
       	frappe/translations/ps.csv
       	frappe/translations/rw.csv
       	frappe/translations/sr-SP.csv
       	frappe/translations/zh.csv
version-14
Rushabh Mehta 9 年之前
父節點
當前提交
b0eef11570
共有 72 個檔案被更改,包括 31856 行新增18225 行删除
  1. +1
    -1
      frappe/commands/translate.py
  2. +2231
    -0
      frappe/translations/am.csv
  3. +361
    -346
      frappe/translations/ar.csv
  4. +284
    -269
      frappe/translations/bg.csv
  5. +269
    -254
      frappe/translations/bn.csv
  6. +269
    -254
      frappe/translations/bs.csv
  7. +269
    -254
      frappe/translations/ca.csv
  8. +269
    -254
      frappe/translations/cs.csv
  9. +6
    -1721
      frappe/translations/da-DK.csv
  10. +269
    -254
      frappe/translations/da.csv
  11. +296
    -281
      frappe/translations/de.csv
  12. +269
    -254
      frappe/translations/el.csv
  13. +0
    -0
      frappe/translations/en-US.csv
  14. +0
    -0
      frappe/translations/en.csv
  15. +0
    -0
      frappe/translations/es-AR.csv
  16. +3
    -0
      frappe/translations/es-CL.csv
  17. +0
    -0
      frappe/translations/es-GT.csv
  18. +3
    -0
      frappe/translations/es-MX.csv
  19. +0
    -0
      frappe/translations/es-NI.csv
  20. +61
    -1234
      frappe/translations/es-PE.csv
  21. +276
    -261
      frappe/translations/es.csv
  22. +269
    -254
      frappe/translations/et.csv
  23. +269
    -254
      frappe/translations/fa.csv
  24. +269
    -254
      frappe/translations/fi.csv
  25. +3
    -0
      frappe/translations/fr-CA.csv
  26. +273
    -258
      frappe/translations/fr.csv
  27. +269
    -254
      frappe/translations/gu.csv
  28. +242
    -254
      frappe/translations/he.csv
  29. +308
    -293
      frappe/translations/hi.csv
  30. +272
    -257
      frappe/translations/hr.csv
  31. +288
    -273
      frappe/translations/hu.csv
  32. +273
    -258
      frappe/translations/id.csv
  33. +269
    -254
      frappe/translations/is.csv
  34. +312
    -243
      frappe/translations/it.csv
  35. +414
    -225
      frappe/translations/ja.csv
  36. +413
    -224
      frappe/translations/km.csv
  37. +415
    -225
      frappe/translations/kn.csv
  38. +415
    -225
      frappe/translations/ko.csv
  39. +2231
    -0
      frappe/translations/ku.csv
  40. +2231
    -0
      frappe/translations/lo.csv
  41. +2231
    -0
      frappe/translations/lt.csv
  42. +415
    -225
      frappe/translations/lv.csv
  43. +415
    -225
      frappe/translations/mk.csv
  44. +415
    -225
      frappe/translations/ml.csv
  45. +415
    -225
      frappe/translations/mr.csv
  46. +415
    -225
      frappe/translations/ms.csv
  47. +415
    -225
      frappe/translations/my.csv
  48. +415
    -225
      frappe/translations/nl.csv
  49. +415
    -225
      frappe/translations/no.csv
  50. +429
    -239
      frappe/translations/pl.csv
  51. +2231
    -0
      frappe/translations/ps.csv
  52. +242
    -1450
      frappe/translations/pt-BR.csv
  53. +415
    -225
      frappe/translations/pt.csv
  54. +415
    -225
      frappe/translations/ro.csv
  55. +417
    -227
      frappe/translations/ru.csv
  56. +0
    -0
      frappe/translations/rw.csv
  57. +1661
    -1037
      frappe/translations/si.csv
  58. +415
    -225
      frappe/translations/sk.csv
  59. +414
    -225
      frappe/translations/sl.csv
  60. +415
    -225
      frappe/translations/sq.csv
  61. +0
    -0
      frappe/translations/sr-SP.csv
  62. +433
    -225
      frappe/translations/sr.csv
  63. +446
    -224
      frappe/translations/sv.csv
  64. +452
    -230
      frappe/translations/ta.csv
  65. +446
    -224
      frappe/translations/te.csv
  66. +446
    -224
      frappe/translations/th.csv
  67. +423
    -231
      frappe/translations/tr.csv
  68. +346
    -239
      frappe/translations/uk.csv
  69. +431
    -225
      frappe/translations/ur.csv
  70. +432
    -225
      frappe/translations/vi.csv
  71. +379
    -433
      frappe/translations/zh-tw.csv
  72. +446
    -225
      frappe/translations/zh.csv

+ 1
- 1
frappe/commands/translate.py 查看文件

@@ -33,7 +33,7 @@ def new_language(context, lang_code, app):
frappe.translate.write_translations_file(app, lang_code)

print "File created at ./apps/{app}/{app}/translations/{lang_code}.csv".format(app=app, lang_code=lang_code)
print "You will need to add the language in frappe/data/languages.txt, if you haven't done it already."
print "You will need to add the language in frappe/geo/languages.json, if you haven't done it already."

@click.command('get-untranslated')
@click.argument('lang')


+ 2231
- 0
frappe/translations/am.csv
文件差異過大導致無法顯示
查看文件


+ 361
- 346
frappe/translations/ar.csv
文件差異過大導致無法顯示
查看文件


+ 284
- 269
frappe/translations/bg.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/bn.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/bs.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/ca.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/cs.csv
文件差異過大導致無法顯示
查看文件


+ 6
- 1721
frappe/translations/da-DK.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/da.csv
文件差異過大導致無法顯示
查看文件


+ 296
- 281
frappe/translations/de.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/el.csv
文件差異過大導致無法顯示
查看文件


+ 0
- 0
frappe/translations/en-US.csv 查看文件


+ 0
- 0
frappe/translations/en.csv 查看文件


+ 0
- 0
frappe/translations/es-AR.csv 查看文件


+ 3
- 0
frappe/translations/es-CL.csv 查看文件

@@ -0,0 +1,3 @@
DocType: Web Page,Add code as <script>,Agregar código como <script>
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +192,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de permisos
DocType: Website Settings,<head> HTML,HTML

+ 0
- 0
frappe/translations/es-GT.csv 查看文件


+ 3
- 0
frappe/translations/es-MX.csv 查看文件

@@ -0,0 +1,3 @@
DocType: Website Settings,<head> HTML,HTML
DocType: Web Page,Add code as <script>,Agregar código como <script>
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +192,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de permisos

+ 0
- 0
frappe/translations/es-NI.csv 查看文件


+ 61
- 1234
frappe/translations/es-PE.csv
文件差異過大導致無法顯示
查看文件


+ 276
- 261
frappe/translations/es.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/et.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/fa.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/fi.csv
文件差異過大導致無法顯示
查看文件


+ 3
- 0
frappe/translations/fr-CA.csv 查看文件

@@ -0,0 +1,3 @@
DocType: Email Alert,"To add dynamic subject, use jinja tags like

<div><pre><code>{{ doc.name }} Delivered</code></pre></div>","Pour ajouter l'objet dynamique, utiliser des balises comme Jinja <div><pre> <code>{{ doc.name }} Delivered</code> </pre> </div>"

+ 273
- 258
frappe/translations/fr.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/gu.csv
文件差異過大導致無法顯示
查看文件


+ 242
- 254
frappe/translations/he.csv
文件差異過大導致無法顯示
查看文件


+ 308
- 293
frappe/translations/hi.csv
文件差異過大導致無法顯示
查看文件


+ 272
- 257
frappe/translations/hr.csv
文件差異過大導致無法顯示
查看文件


+ 288
- 273
frappe/translations/hu.csv
文件差異過大導致無法顯示
查看文件


+ 273
- 258
frappe/translations/id.csv
文件差異過大導致無法顯示
查看文件


+ 269
- 254
frappe/translations/is.csv
文件差異過大導致無法顯示
查看文件


+ 312
- 243
frappe/translations/it.csv
文件差異過大導致無法顯示
查看文件


+ 414
- 225
frappe/translations/ja.csv
文件差異過大導致無法顯示
查看文件


+ 413
- 224
frappe/translations/km.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/kn.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/ko.csv
文件差異過大導致無法顯示
查看文件


+ 2231
- 0
frappe/translations/ku.csv
文件差異過大導致無法顯示
查看文件


+ 2231
- 0
frappe/translations/lo.csv
文件差異過大導致無法顯示
查看文件


+ 2231
- 0
frappe/translations/lt.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/lv.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/mk.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/ml.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/mr.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/ms.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/my.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/nl.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/no.csv
文件差異過大導致無法顯示
查看文件


+ 429
- 239
frappe/translations/pl.csv
文件差異過大導致無法顯示
查看文件


+ 2231
- 0
frappe/translations/ps.csv
文件差異過大導致無法顯示
查看文件


+ 242
- 1450
frappe/translations/pt-BR.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/pt.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/ro.csv
文件差異過大導致無法顯示
查看文件


+ 417
- 227
frappe/translations/ru.csv
文件差異過大導致無法顯示
查看文件


+ 0
- 0
frappe/translations/rw.csv 查看文件


+ 1661
- 1037
frappe/translations/si.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/sk.csv
文件差異過大導致無法顯示
查看文件


+ 414
- 225
frappe/translations/sl.csv
文件差異過大導致無法顯示
查看文件


+ 415
- 225
frappe/translations/sq.csv
文件差異過大導致無法顯示
查看文件


+ 0
- 0
frappe/translations/sr-SP.csv 查看文件


+ 433
- 225
frappe/translations/sr.csv
文件差異過大導致無法顯示
查看文件


+ 446
- 224
frappe/translations/sv.csv
文件差異過大導致無法顯示
查看文件


+ 452
- 230
frappe/translations/ta.csv
文件差異過大導致無法顯示
查看文件


+ 446
- 224
frappe/translations/te.csv
文件差異過大導致無法顯示
查看文件


+ 446
- 224
frappe/translations/th.csv
文件差異過大導致無法顯示
查看文件


+ 423
- 231
frappe/translations/tr.csv
文件差異過大導致無法顯示
查看文件


+ 346
- 239
frappe/translations/uk.csv
文件差異過大導致無法顯示
查看文件


+ 431
- 225
frappe/translations/ur.csv
文件差異過大導致無法顯示
查看文件


+ 432
- 225
frappe/translations/vi.csv
文件差異過大導致無法顯示
查看文件


+ 379
- 433
frappe/translations/zh-tw.csv
文件差異過大導致無法顯示
查看文件


frappe/translations/zh.csv
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存