瀏覽代碼

Minor localisation fixes

Achilleas Koutsou 6 年之前
父節點
當前提交
4c8850d3e6
共有 4 個文件被更改,包括 7 次插入8 次删除
  1. 2 2
      conf/locale/locale_de-DE.ini
  2. 1 1
      conf/locale/locale_en-GB.ini
  3. 1 1
      conf/locale/locale_en-US.ini
  4. 3 4
      pkg/bindata/bindata.go

+ 2 - 2
conf/locale/locale_de-DE.ini

@@ -476,8 +476,8 @@ releases=Releases
 file_raw=Originalformat
 file_history=Verlauf
 file_view_raw=Ansicht im Originalformat
-file_view_dl= Download
-file_dl= Download
+file_view_dl=Download
+file_dl=Download
 file_permalink=Permalink
 file_too_large=Diese Datei ist zu groß zum Anzeigen
 video_not_supported_in_browser=Ihr Browser unterstützt HTML5 Video-Tags nicht.

+ 1 - 1
conf/locale/locale_en-GB.ini

@@ -479,7 +479,7 @@ file_raw=Raw
 file_dl=Download
 file_history=History
 file_view_raw=View Raw
-file_view_dl= Download
+file_view_dl=Download
 file_permalink=Permalink
 file_too_large=This file is too large to be shown
 video_not_supported_in_browser=Your browser doesn't support HTML5 video tag.

+ 1 - 1
conf/locale/locale_en-US.ini

@@ -480,7 +480,7 @@ commits = Commits
 git_branches = Branches
 releases = Releases
 file_raw = Raw
-file_dl= Download
+file_dl = Download
 file_history = History
 file_view_raw = View Raw
 file_view_dl = Download

文件差異過大導致無法顯示
+ 3 - 4
pkg/bindata/bindata.go


部分文件因文件數量過多而無法顯示