mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
extracted a few missing strings
This commit is contained in:
parent
a8c44d90a3
commit
6abfa5342c
4 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="commits-widget">
|
||||
<div class="header" {{action "goToGithub"}}>
|
||||
<h1>Latest Changes</h4>
|
||||
<h1>{{i18n admin.commits.latest_changes}}</h1>
|
||||
</div>
|
||||
<ul class="commits-list">
|
||||
{{#each controller}}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<button {{action newCustomization target="controller"}} class='btn btn-primary'>New</button>
|
||||
<button {{action newCustomization target="controller"}} class='btn btn-primary'>{{i18n admin.customize.new}}</button>
|
||||
</div>
|
||||
|
||||
{{#if content.selectedItem}}
|
||||
|
|
|
@ -696,6 +696,9 @@ en:
|
|||
7_days_ago: "7 Days Ago"
|
||||
30_days_ago: "30 Days Ago"
|
||||
|
||||
commits:
|
||||
latest_changes: "Latest changes"
|
||||
|
||||
flags:
|
||||
title: "Flags"
|
||||
old: "Old"
|
||||
|
@ -715,6 +718,7 @@ en:
|
|||
preview: "preview"
|
||||
undo_preview: "undo preview"
|
||||
save: "Save"
|
||||
new: "New"
|
||||
delete: "Delete"
|
||||
delete_confirm: "Delete this customization?"
|
||||
|
||||
|
|
|
@ -696,6 +696,9 @@ fr:
|
|||
7_days_ago: Il y a 7 jours
|
||||
30_days_ago: Il y a 30 jours
|
||||
|
||||
commits:
|
||||
latest_changes: Derniers changements
|
||||
|
||||
flags:
|
||||
title: "Signalements"
|
||||
old: "Vieux"
|
||||
|
@ -715,6 +718,7 @@ fr:
|
|||
preview: "prévisualiser"
|
||||
undo_preview: "annuler la prévisualisation"
|
||||
save: "Sauvegarder"
|
||||
new: "Nouveau"
|
||||
delete: "Supprimer"
|
||||
delete_confirm: "Supprimer cette personnalisation"
|
||||
|
||||
|
|
Loading…
Reference in a new issue