From d4e8caf30eb18e5f968d13e20d6b83b0edc3599b Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Mon, 7 Oct 2013 15:22:16 +0200 Subject: [PATCH] Move from lang to locales of admin cache index page --- app/views/admin/cache/index.html.erb | 10 +++++----- config/locales/da.yml | 7 ++++--- config/locales/de.yml | 3 +++ config/locales/en.yml | 7 ++++--- config/locales/es-MX.yml | 3 +++ config/locales/fr.yml | 4 +++- config/locales/he-IL.yml | 3 +++ config/locales/it.yml | 3 +++ config/locales/ja.yml | 3 +++ config/locales/lt.yml | 3 +++ config/locales/nb-NO.yml | 3 +++ config/locales/nl.yml | 7 ++++--- config/locales/pl.yml | 3 +++ config/locales/pt-BR.yml | 7 ++++--- config/locales/ro.yml | 3 +++ config/locales/ru.yml | 7 ++++--- config/locales/zh-CN.yml | 7 ++++--- config/locales/zh-TW.yml | 3 +++ lang/da_DK.rb | 2 -- lang/de_DE.rb | 2 -- lang/es_MX.rb | 1 - lang/fr_FR.rb | 7 ------- lang/it_IT.rb | 1 - lang/ja_JP.rb | 3 --- lang/lt_LT.rb | 2 -- lang/nb_NO.rb | 8 -------- lang/pl_PL.rb | 1 - lang/pt_BR.rb | 1 - lang/ro_RO.rb | 1 - lang/zh_CN.rb | 3 --- lang/zh_TW.rb | 3 --- 31 files changed, 62 insertions(+), 59 deletions(-) diff --git a/app/views/admin/cache/index.html.erb b/app/views/admin/cache/index.html.erb index a980e2f897..36dfaac3fe 100644 --- a/app/views/admin/cache/index.html.erb +++ b/app/views/admin/cache/index.html.erb @@ -1,13 +1,13 @@ <%- content_for :page_heading do %> -

<%= _("Cache") %>

+

<%= t(".cache") %>

<% end %> -

<%= _("To save resources Publify caches content in static files. Cache is cleared each time something gets published. You may however want to clear the cache yourself.") %>

+

<%= t(".explaination") %>

-

<%= _("There are currently %d files in cache for a total amount of %d Kb", @cache_number.to_i, @cache_size.to_i / 1000) %>.

+

<%= t(".stats", files_count: @cache_number.to_i, size: @cache_size.to_i / 1000) %>

-<%= form_tag(:controller => 'cache', :action => 'index') do %> +<%= form_tag(controller: 'cache', action: 'index') do %>
- <%= save( _("Sweep cache")) %> + <%= submit_tag(t(".sweep_cache"), class: 'btn btn-primary') %>
<% end %> diff --git a/config/locales/da.yml b/config/locales/da.yml index 6d16ec4e26..a0ae5db2b4 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -24,9 +24,10 @@ da: powered_by: "is proudly powered by" cache: index: - explanations: "To save on resources, Publify generates static files - along with your content. These files are deleted when a new article - is created. You can, at any time, delete these files yourself." + stats: "Der er %{files_count} objekter i cachen" + sweep_cache: "Sweep cache" + cache: "Cache" + explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." accounts: back_to: "← Back to %{place}" back_to_login: "Back to login" diff --git a/config/locales/de.yml b/config/locales/de.yml index 02c0aeaa1a..b4be8808f4 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -24,6 +24,9 @@ de: powered_by: "is proudly powered by" cache: index: + stats: "Es sind %{files_count} Einträge im Cache" + sweep_cache: "Sweep cache" + cache: "Cache" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/config/locales/en.yml b/config/locales/en.yml index 4efd371920..4e8f3eca33 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -24,9 +24,10 @@ en: powered_by: "is proudly powered by" cache: index: - explanations: "To save on resources, Publify generates static files - along with your content. These files are deleted when a new article - is created. You can, at any time, delete these files yourself." + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Cache" + explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." accounts: back_to: "← Back to %{place}" back_to_login: "Back to login" diff --git a/config/locales/es-MX.yml b/config/locales/es-MX.yml index 7c337277e4..9d4f1708ee 100644 --- a/config/locales/es-MX.yml +++ b/config/locales/es-MX.yml @@ -24,6 +24,9 @@ es-MX: powered_by: "is proudly powered by" cache: index: + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Caché" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/config/locales/fr.yml b/config/locales/fr.yml index d575f30397..7ddee3bbbf 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -24,8 +24,10 @@ fr: powered_by: "tourne fièrement sous" cache: index: + stats: "Il y a actuellement %{files_count} fichiers en cache pour un total de %{size} kilo octets." + sweep_cache: "Vider le cache" + cache: "Cache" explanations: "Afin d'économiser des ressources, Publify génère des fichiers statiques avec votre contenu. Ces fichiers sont supprimés lors d'une nouvelle publication. Vous pouvez cependant les effacer vous même." - accounts: back_to: "← Revenir à %{place}" back_to_login: "S'identifier" diff --git a/config/locales/he-IL.yml b/config/locales/he-IL.yml index 6fbd9cfd57..c65502d412 100644 --- a/config/locales/he-IL.yml +++ b/config/locales/he-IL.yml @@ -24,6 +24,9 @@ he-IL: powered_by: "is proudly powered by" cache: index: + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Cache" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/config/locales/it.yml b/config/locales/it.yml index 478a5b4c6b..af2f81b415 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -24,6 +24,9 @@ it: powered_by: "is proudly powered by" cache: index: + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Cache" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/config/locales/ja.yml b/config/locales/ja.yml index fcd5292306..c627328628 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -24,6 +24,9 @@ ja: powered_by: "is proudly powered by" cache: index: + stats: "ページキャッシュに%{files_count}個の記事があります" + sweep_cache: "キャッシュをクリア" + cache: "キャッシュ" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 68a15aa335..c093a47391 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -24,6 +24,9 @@ lt: powered_by: "is proudly powered by" cache: index: + stats: "Es sind %{files_count} Einträge im Cache" + sweep_cache: "Sweep cache" + cache: "Cache" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/config/locales/nb-NO.yml b/config/locales/nb-NO.yml index 485e4a867c..8551743b25 100644 --- a/config/locales/nb-NO.yml +++ b/config/locales/nb-NO.yml @@ -24,6 +24,9 @@ nb-NO: powered_by: "bruker med stolthet" cache: index: + stats: "Det finnes for øyeblikket %{files_count} filer i cachen som utgjør totalt %{size} kB" + sweep_cache: "Sweep cache" + cache: "Cache" explanations: "For å lagre resurser cacher Publify innholdet i statiske filer. Cachen slettes hver gang noe publiseres. Du kan også velge å slette cachen selv." accounts: back_to: "← Tilbake til %{place}" diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 81e1ce664b..1ec097c0cf 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -24,9 +24,10 @@ nl: powered_by: "wordt trots aangedreven door" cache: index: - explanations: "To save on resources, Publify generates static files - along with your content. These files are deleted when a new article - is created. You can, at any time, delete these files yourself." + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Cache" + explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." accounts: back_to: "← Terug naar %{place}" back_to_login: "Back to login" diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 18d4b0cb2c..d7e6750930 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -24,6 +24,9 @@ pl: powered_by: "dumnie działa na" cache: index: + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Bufor" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index a9d1389854..2f46d3e3fa 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -24,9 +24,10 @@ pt-BR: powered_by: "is proudly powered by" cache: index: - explanations: "Para economizar recursos, Publify gera arquivos estáticos -            juntamente com o seu conteúdo. Esses arquivos são apagados automaticamente quando um novo - artigo é criado. Você pode, a qualquer momento, excluir esses arquivos." + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Caché" + explanations: "Para economizar recursos, Publify gera arquivos estáticos juntamente com o seu conteúdo. Esses arquivos são apagados automaticamente quando um novo artigo é criado. Você pode, a qualquer momento, excluir esses arquivos." accounts: back_to: "← Voltar para %{place}" back_to_login: "Voltar para o login" diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 08169713f0..55311a93d4 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -24,6 +24,9 @@ ro: powered_by: "is proudly powered by" cache: index: + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Cache" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 4783c8a184..d46df2ccb5 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -24,9 +24,10 @@ ru: powered_by: "С гордостью работает на" cache: index: - explanations: "To save on resources, Publify generates static files - along with your content. These files are deleted when a new article - is created. You can, at any time, delete these files yourself." + stats: "There are currently %{files_count} files in cache for a total amount of %{size} Kb" + sweep_cache: "Sweep cache" + cache: "Cache" + explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." accounts: back_to: "← Назад %{place}" back_to_login: "Назад к форме входа" diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index 52f1cd05b1..15b455f02d 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -24,9 +24,10 @@ zh-CN: powered_by: "is proudly powered by" cache: index: - explanations: "To save on resources, Publify generates static files - along with your content. These files are deleted when a new article - is created. You can, at any time, delete these files yourself." + stats: "有%{files_count}個項目在Cache中" + sweep_cache: "Sweep cache" + cache: "儲存" + explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." accounts: back_to: "← 返回 %{place}" back_to_login: "Back to login" diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 103cacec66..51a693340a 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -24,6 +24,9 @@ zh-TW: powered_by: "is proudly powered by" cache: index: + stats: "有%{files_count}個項目在Cache中" + sweep_cache: "Sweep cache" + cache: "儲存" explanations: "To save on resources, Publify generates static files along with your content. These files are deleted when a new article is created. You can, at any time, delete these files yourself." diff --git a/lang/da_DK.rb b/lang/da_DK.rb index f507cbde09..930e9c6b38 100644 --- a/lang/da_DK.rb +++ b/lang/da_DK.rb @@ -791,7 +791,6 @@ l.store "Blacklist Patterns", "Blacklist mønstre" l.store "Blog settings", "Blog indstillinger" l.store "Body", "Tekst" - l.store "Cache", "Cache" l.store "Category title", "Kategorititel" l.store "Choose password", "Kodeord" l.store "Comments and Trackbacks for", "Kommentarer og trackbacks for" @@ -917,7 +916,6 @@ l.store "Text Filters", "Tekst Filtre" l.store "Textfilter", "Textfilter" l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata" #Need translate - l.store "There are %d entries in the cache", "Der er %d objekter i cachen" l.store "Things you can do", "Du kan udføre følgende ..." l.store "This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!","This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!" #Need translate l.store "Toggle Extended Content", "Slå udvidet indhold til/fra" diff --git a/lang/de_DE.rb b/lang/de_DE.rb index b326f536e2..c9d66b9c34 100644 --- a/lang/de_DE.rb +++ b/lang/de_DE.rb @@ -787,7 +787,6 @@ l.store "Blacklist Patterns", "Blacklist Muster" l.store "Blog settings", "Blog Einstellungen" l.store "Body", "Text" - l.store "Cache", "Cache" l.store "Category title", "Name der Kategorie" l.store "Choose password", "Passwort" l.store "Comments and Trackbacks for", "Kommentare und Trackbacks für" @@ -903,7 +902,6 @@ l.store "Text Filters", "Textfilter" l.store "Textfilter", "Textfilter" l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "Folgende Einstellungen wirken als Voreinstellungen, wenn Sie einen Anhang mit iTunes Metadaten veröffentlichen" - l.store "There are %d entries in the cache", "Es sind %d Einträge im Cache" l.store "Things you can do", "Folgendes können Sie tun ..." l.store "This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!","This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!" #Need translate l.store "Toggle Extended Content", "Erweiterten Inhalt umschalten" diff --git a/lang/es_MX.rb b/lang/es_MX.rb index ea1a5a87d9..8e57ffa2c6 100644 --- a/lang/es_MX.rb +++ b/lang/es_MX.rb @@ -794,7 +794,6 @@ l.store "Blacklist Patterns", "Lista negra" l.store "Blog settings", "Preferencias del Blog" l.store "Body", "Comentario" - l.store "Cache", "Caché" l.store "Category title", "Título de la categoría" l.store "Choose password", "Escoge una contraseña" l.store "Comments and Trackbacks for", "Comentarios y Trackbacks para" diff --git a/lang/fr_FR.rb b/lang/fr_FR.rb index 79042c0120..b5f1730248 100644 --- a/lang/fr_FR.rb +++ b/lang/fr_FR.rb @@ -156,13 +156,6 @@ # app/models/post_type.rb l.store "This article type already exists", "" - - # app/views/admin/cache/index.html.erb - l.store "To save resources Publify caches content in static files. Cache is cleared each time something gets published. You may however want to clear the cache yourself.", "Afin d'économiser des ressources, Publify génère des fichiers statiques avec votre contenu. Ces fichiers sont supprimés lors d'une nouvelle publication. Vous pouvez cependant les effacer vous même." - l.store "There are currently %d files in cache for a total amount of %d Kb", "Il y a actuellement %d fichiers en cache pour un total de %d kilo octets." - l.store "Sweep cache", "Vider le cache" - l.store "Cache", "Cache" - # app/views/admin/content/_attachment.html.erb l.store "Remove", "Supprimer" l.store "Currently this article has the following resources", "Les fichiers suivants sont actuellement liés à ce billet" diff --git a/lang/it_IT.rb b/lang/it_IT.rb index 9bab66844e..8aeeac09e4 100644 --- a/lang/it_IT.rb +++ b/lang/it_IT.rb @@ -798,7 +798,6 @@ l.store "Blog advanced settings", "Settaggi avanzati del blog" l.store "Blog settings", "Configurazione blog" l.store "Body", "Messaggio" - l.store "Cache", "Cache" l.store "Cache was cleared", "Cache pulita" l.store "Category", "Catégorie" l.store "Category could not be created.", "La categoria non puo' essere creata" diff --git a/lang/ja_JP.rb b/lang/ja_JP.rb index e9df673ea4..b305af677c 100644 --- a/lang/ja_JP.rb +++ b/lang/ja_JP.rb @@ -785,7 +785,6 @@ l.store "Blacklist", "ブラックリスト" l.store "Blacklist Patterns", "ブラックリストパターン" l.store "Blog settings", "ブログ設定" - l.store "Cache", "キャッシュ" l.store "Cache was cleared", "キャッシュはクリアされました" l.store "Category", "カテゴリ" l.store "Category could not be created.", "カテゴリは追加できませんでした" @@ -922,13 +921,11 @@ l.store "Summary", "サマリー" l.store "Sun", "日" l.store "Sunday", "日曜日" - l.store "Sweep cache", "キャッシュをクリア" l.store "System information", "システム情報" l.store "Text Filter Details", "テキストフィルター詳細" l.store "Text Filters", "テキストフィルター" l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "以下の項目は、公開を選択した場合にデフォルトのiTunesのメタデータとして設定されます" l.store "Themes", "テーマ" - l.store "There are %d entries in the page cache", "ページキャッシュに%d個の記事があります" l.store "Thu", "木" l.store "Thursday", "木曜日" l.store "Tue", "火" diff --git a/lang/lt_LT.rb b/lang/lt_LT.rb index fc3044fcd9..fbdf566b88 100644 --- a/lang/lt_LT.rb +++ b/lang/lt_LT.rb @@ -795,7 +795,6 @@ l.store "Blacklist Patterns", "Juodojo sąrašo šablonas" l.store "Blog settings", "Dienoraščio nustatymai" l.store "Body", "Tekstas" - l.store "Cache", "Cache" l.store "Category title", "kategorijos pavadinimas" l.store "Choose password", "Pasirinkite slaptažodį" l.store "Comments and Trackbacks for", "Komentarai ir dienoraščių nuorodos" @@ -911,7 +910,6 @@ l.store "Text Filters", "Textfilter" l.store "Textfilter", "Teksto filtras" l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "Folgende Einstellungen wirken als Voreinstellungen, wenn Sie einen Anhang mit iTunes Metadaten veröffentlichen" - l.store "There are %d entries in the cache", "Es sind %d Einträge im Cache" l.store "Things you can do", "Jūs galite daryti ..." l.store "This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!","This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!" #Need translate l.store "Toggle Extended Content", "Sutraukti išplėsta turinį" diff --git a/lang/nb_NO.rb b/lang/nb_NO.rb index a43b8f9a5f..c880d20619 100644 --- a/lang/nb_NO.rb +++ b/lang/nb_NO.rb @@ -174,14 +174,6 @@ l.store "Just Marked As Spam", "Kun markert som Spam" l.store "Spam", "Spam" - - # app/views/admin/cache/index.html.erb - l.store "To save resources Publify caches content in static files. Cache is cleared each time something gets published. You may however want to clear the cache yourself.", - "For å lagre resurser cacher Publify innholdet i statiske filer. Cachen slettes hver gang noe publiseres. Du kan også velge å slette cachen selv." - l.store "There are currently %d files in cache for a total amount of %d Kb", "Det finnes for øyeblikket %d filer i cachen som utgjør totalt %d kB" - l.store "Sweep cache", "" - l.store "Cache", "Cache" - # app/views/admin/categories/_categories.html.erb l.store "Reorder", "Arranger" l.store "Sort alphabetically", "Sorter alfabetisk" diff --git a/lang/pl_PL.rb b/lang/pl_PL.rb index 24747d6e08..1b8656724b 100644 --- a/lang/pl_PL.rb +++ b/lang/pl_PL.rb @@ -802,7 +802,6 @@ l.store "Blog advanced settings", "Ustawienia zaawansowane bloga" l.store "Blog settings", "Ustawienia bloga" l.store "Body", "Treść" - l.store "Cache", "Bufor" l.store "Cache was cleared", "Bufor opróżniono" l.store "Category", "Kategoria" l.store "Category could not be created.", "Kategoria nie została utworzona." diff --git a/lang/pt_BR.rb b/lang/pt_BR.rb index 0fa69fb534..1fb1e49b74 100644 --- a/lang/pt_BR.rb +++ b/lang/pt_BR.rb @@ -796,7 +796,6 @@ l.store "Blacklist Patterns", "Lista negra" l.store "Blog settings", "Preferencias del Blog" l.store "Body", "Comentario" - l.store "Cache", "Caché" l.store "Category title", "Título de la categoría" l.store "Choose password", "Escoge una contraseña" l.store "Comments and Trackbacks for", "Comentarios y Trackbacks para" diff --git a/lang/ro_RO.rb b/lang/ro_RO.rb index 26f1d83473..ce917af10d 100644 --- a/lang/ro_RO.rb +++ b/lang/ro_RO.rb @@ -776,7 +776,6 @@ l.store "Blacklist Patterns", "Lista neagră" l.store "Blog settings", "Setările blogului" l.store "Body", "Conținut" - l.store "Cache", "Cache" l.store "Category title", "Numele categoriei" l.store "Choose password", "Parola" l.store "Comments and Trackbacks for", "Comentarii și retrolegături pentru" diff --git a/lang/zh_CN.rb b/lang/zh_CN.rb index 8da2028913..8170a1a329 100644 --- a/lang/zh_CN.rb +++ b/lang/zh_CN.rb @@ -790,7 +790,6 @@ l.store "Blog advanced settings", "博客進階設定" l.store "Blog settings", "博客設定" l.store "Body", "本文主體" - l.store "Cache", "儲存" l.store "Cache was cleared", "cache已清除" l.store "Category", "分类" l.store "Category could not be created.", "分类不能被設定" @@ -927,8 +926,6 @@ l.store "Text Filters", "本文篩選器" l.store "Textfilter", "文章篩選" l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "當你決定藉iTunes metadata來發佈一個附件,以下行為會被當成預設的" - l.store "There are %d entries in the cache", "儲存體裡有全部的%d" - l.store "There are %d entries in the page cache", "有%d個項目在Cache中" l.store "Things you can do", "你可以做的事" l.store "This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only.", "只讓進階使用者選擇簡單或完整的界面,顯示更多更複雜的選項" l.store "Toggle Extended Content", "切換擴增內容" diff --git a/lang/zh_TW.rb b/lang/zh_TW.rb index a6fbf48ccd..be98d9b785 100644 --- a/lang/zh_TW.rb +++ b/lang/zh_TW.rb @@ -793,7 +793,6 @@ l.store "Blog advanced settings", "部落格進階設定" l.store "Blog settings", "部落格設定" l.store "Body", "本文主體" - l.store "Cache", "儲存" l.store "Cache was cleared", "cache已清除" l.store "Category", "分類" l.store "Category could not be created.", "分類不能被設定" @@ -930,8 +929,6 @@ l.store "Text Filters", "本文篩選器" l.store "Textfilter", "文章篩選" l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "當你決定藉iTunes metadata來發佈一個附件,以下行為會被當成預設的" - l.store "There are %d entries in the cache", "儲存體裡有全部的%d" - l.store "There are %d entries in the page cache", "有%d個項目在Cache中" l.store "Things you can do", "你可以做的事" l.store "This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only.", "只讓進階使用者選擇簡單或完整的界面,顯示更多更複雜的選項" l.store "Toggle Extended Content", "切換擴增內容"