]> source.dussan.org Git - redmine.git/commitdiff
Fixed: %0.2f is rendered as plain text in issues/destroy view (#3167).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 24 Apr 2009 17:18:36 +0000 (17:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 24 Apr 2009 17:18:36 +0000 (17:18 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2685 e93f8b46-1217-0410-a6f0-8f06a7374b81

35 files changed:
app/views/issues/destroy.rhtml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml

index 763688b5badc2ee6ef276b1c8e3a8823692d32e3..7f2f45562e9cf260737cb5aca12e048438d4af7a 100644 (file)
@@ -3,7 +3,7 @@
 <% form_tag do %>
 <%= @issues.collect {|i| hidden_field_tag 'ids[]', i.id } %>
 <div class="box">
-<p><strong><%= l(:text_destroy_time_entries_question, @hours) %></strong></p>
+<p><strong><%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %></strong></p>
 <p>
 <label><%= radio_button_tag 'todo', 'destroy', true %> <%= l(:text_destroy_time_entries) %></label><br />
 <label><%= radio_button_tag 'todo', 'nullify', false %> <%= l(:text_assign_time_entries_to_project) %></label><br />
index 0426bd193dfe184a72daff7afd1888fb3d40dd9a..9d403bcd5337d7294fc6829a0f8fe5dabee49051 100644 (file)
@@ -672,7 +672,7 @@ bg:
   label_last_month: последния месец
   label_add_another_file: Добавяне на друг файл
   label_optional_description: Незадължително описание
-  text_destroy_time_entries_question: %.02f часа са отделени на задачите, които искате да изтриете. Какво избирате?
+  text_destroy_time_entries_question: "{{hours}} часа са отделени на задачите, които искате да изтриете. Какво избирате?"
   error_issue_not_found_in_project: 'Задачата не е намерена или не принадлежи на този проект'
   text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект
   text_destroy_time_entries: Изтриване на отделеното време
index 3a4fe13e29cbf20dcbccf5f508ad7ba71ed495de..c183b068e90979decb5342919efc7cf06fed9fa6 100644 (file)
@@ -770,7 +770,7 @@ bs:
   text_file_repository_writable: U direktorij sa fajlovima koji su prilozi se može pisati
   text_plugin_assets_writable: U direktorij plugin-ova se može pisati
   text_rmagick_available: RMagick je dostupan (opciono)
-  text_destroy_time_entries_question: %.02f sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?
+  text_destroy_time_entries_question: "{{hours}} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?"
   text_destroy_time_entries: Izbriši prijavljeno vrijeme
   text_assign_time_entries_to_project: Dodaj prijavljenoo vrijeme projektu
   text_reassign_time_entries: 'Preraspodjeli prijavljeno vrijeme na ovu aktivnost:'
index 75c2690806f9bbf54ecfb880cc26bd0f2647c691..31f687812bbc45815bff07614c420bcdcf725c4c 100644 (file)
@@ -748,7 +748,7 @@ ca:
   text_file_repository_writable: Es pot escriure en el dipòsit de fitxers
   text_plugin_assets_writable: Es pot escriure als connectors actius
   text_rmagick_available: RMagick disponible (opcional)
-  text_destroy_time_entries_question: "S'han informat %.02f hores en els assumptes que aneu a suprimir. Què voleu fer?"
+  text_destroy_time_entries_question: "S'han informat {{hours}} hores en els assumptes que aneu a suprimir. Què voleu fer?"
   text_destroy_time_entries: Suprimeix les hores informades
   text_assign_time_entries_to_project: Assigna les hores informades al projecte
   text_reassign_time_entries: 'Torna a assignar les hores informades a aquest assumpte:'
index c6cb412d1148cb0bef6f1eb93582e26587a00b44..7c6ba0d228626a07d36ed5a6b656661fe1b01122 100644 (file)
@@ -661,7 +661,7 @@ cs:
   text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno
   text_file_repository_writable: Povolen zápis do repository
   text_rmagick_available: RMagick k dispozici (volitelné)
-  text_destroy_time_entries_question: U úkolů, které chcete odstranit je evidováno %.02f práce. Co chete udělat?
+  text_destroy_time_entries_question: "U úkolů, které chcete odstranit je evidováno {{hours}} práce. Co chete udělat?"
   text_destroy_time_entries: Odstranit evidované hodiny.
   text_assign_time_entries_to_project: Přiřadit evidované hodiny projektu
   text_reassign_time_entries: 'Přeřadit evidované hodiny k tomuto úkolu:'
index ec4a81256f4134c832fb1ed2c0fadcb875f6dea3..25b907c74c4f2ca41f249325b47d3a57cd5941cc 100644 (file)
@@ -704,7 +704,7 @@ da:
   label_add_another_file: Tilføj endnu en fil
   label_chronological_order: I kronologisk rækkefølge
   setting_activity_days_default: Antal dage der vises under projektaktivitet
-  text_destroy_time_entries_question: %.02f timer er registreret på denne sag som du er ved at slette. Hvad vil du gøre?
+  text_destroy_time_entries_question: "{{hours}} timer er registreret på denne sag som du er ved at slette. Hvad vil du gøre?"
   error_issue_not_found_in_project: 'Sagen blev ikke fundet eller tilhører ikke dette projekt'
   text_assign_time_entries_to_project: Tildel raporterede timer til projektet
   setting_display_subprojects_issues: Vis sager for underprojekter på hovedprojektet som standard
index 9628f5819dd34e511553b2b3b18ecd223bc6caea..046bc6028282a009c45ae3af9790c8aed0dc98b8 100644 (file)
@@ -763,7 +763,7 @@ de:
   text_file_repository_writable: Verzeichnis für Dateien beschreibbar
   text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar
   text_rmagick_available: RMagick verfügbar (optional)
-  text_destroy_time_entries_question: Es wurden bereits %.02f Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
+  text_destroy_time_entries_question: Es wurden bereits {{hours}} Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
   text_destroy_time_entries: Gebuchte Aufwände löschen
   text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen
   text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:'
index 85576603929bb3270d3a91f93e745b359d482a84..66122625ffdc296a28b69dbdea3197835547e682 100644 (file)
@@ -751,7 +751,7 @@ en:
   text_file_repository_writable: Attachments directory writable
   text_plugin_assets_writable: Plugin assets directory writable
   text_rmagick_available: RMagick available (optional)
-  text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
+  text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
   text_destroy_time_entries: Delete reported hours
   text_assign_time_entries_to_project: Assign reported hours to the project
   text_reassign_time_entries: 'Reassign reported hours to this issue:'
index c82b3ac50d8aad6829e8eff15be00a6eba7a3c0a..34bf5e254bb6642ddcddbd0657421db42993904e 100644 (file)
@@ -779,7 +779,7 @@ es:
   text_comma_separated: Múltiples valores permitidos (separados por coma).
   text_default_administrator_account_changed: Cuenta de administrador por defecto modificada
   text_destroy_time_entries: Borrar las horas
-  text_destroy_time_entries_question: Existen %.02f horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer ?
+  text_destroy_time_entries_question: Existen {{hours}} horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer ?
   text_diff_truncated: '... Diferencia truncada por exceder el máximo tamaño visualizable.'
   text_email_delivery_not_configured: "El envío de correos no está configurado, y las notificaciones se han desactivado. \n Configure el servidor de SMTP en config/email.yml y reinicie la aplicación para activar los cambios."
   text_enumeration_category_reassign_to: 'Reasignar al siguiente valor:'
index 572d25c852ab29ac9011740ba2349e92ddf48c54..3d586a3bdccc34fc662eeb242c739cb0371737aa 100644 (file)
@@ -704,7 +704,7 @@ fi:
   label_downloads_abbr: D/L
   label_add_another_file: Lisää uusi tiedosto
   label_this_month: tässä kuussa
-  text_destroy_time_entries_question: %.02f tuntia on raportoitu tapahtumasta jonka aiot poistaa. Mitä haluat tehdä ?
+  text_destroy_time_entries_question: "{{hours}} tuntia on raportoitu tapahtumasta jonka aiot poistaa. Mitä haluat tehdä ?"
   label_last_n_days: "viimeiset {{count}} päivää"
   label_all_time: koko ajalta
   error_issue_not_found_in_project: 'Tapahtumaa ei löytynyt tai se ei kuulu tähän projektiin'
index 9d6aad12270c8ef92840dc55b20e559d011283e2..dad6b54c064e1d9937d8a106aa3505ee96d2048e 100644 (file)
@@ -781,7 +781,7 @@ fr:
   text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture
   text_plugin_assets_writable: Répertoire public des plugins accessible en écriture
   text_rmagick_available: Bibliothèque RMagick présente (optionnelle)
-  text_destroy_time_entries_question: %.02f heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?
+  text_destroy_time_entries_question: "{{hours}} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?"
   text_destroy_time_entries: Supprimer les heures
   text_assign_time_entries_to_project: Reporter les heures sur le projet
   text_reassign_time_entries: 'Reporter les heures sur cette demande:'
index 8e5b980011ebb91ad8fe2e2356368314607cd272..65272a9ca6f7ad4b3121085bec8188cab46799f2 100644 (file)
@@ -758,7 +758,7 @@ gl:
   text_comma_separated: Múltiples valores permitidos (separados por coma).
   text_default_administrator_account_changed: Conta de administrador por defecto modificada
   text_destroy_time_entries: Borrar as horas
-  text_destroy_time_entries_question: Existen %.02f horas asignadas á petición que quere borrar. ¿Que quere facer ?
+  text_destroy_time_entries_question: Existen {{hours}} horas asignadas á petición que quere borrar. ¿Que quere facer ?
   text_diff_truncated: '... Diferencia truncada por exceder o máximo tamaño visualizable.'
   text_email_delivery_not_configured: "O envío de correos non está configurado, e as notificacións desactiváronse. \n Configure o servidor de SMTP en config/email.yml e reinicie a aplicación para activar os cambios."
   text_enumeration_category_reassign_to: 'Reasignar ó seguinte valor:'
index 40ae33a7f6010b6676d638bee55c3b5700c5ac14..e3fef525d10649c90f0b1a3f7d81d7799c81e3f1 100644 (file)
@@ -687,7 +687,7 @@ he:
   label_last_month: חודש שעבר
   label_add_another_file: הוסף עוד קובץ
   label_optional_description: תיאור רשות
-  text_destroy_time_entries_question: %.02f שעות דווחו על הנושים שאת\ה עומד\ת למחוק. מה ברצונך לעשות ?
+  text_destroy_time_entries_question: "{{hours}} שעות דווחו על הנושים שאת\ה עומד\ת למחוק. מה ברצונך לעשות ?"
   error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
   text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
   text_destroy_time_entries: מחק שעות שדווחו
index ece1d11b7c75099cef50212f44b8b26835e71bde..34a37b63b12cf9d08ad9520e6c1b5d2c32743955 100644 (file)
   text_default_administrator_account_changed: Alapértelmezett adminisztrátor fiók megváltoztatva
   text_file_repository_writable: Fájl tároló írható
   text_rmagick_available: RMagick elérhető (opcionális)
-  text_destroy_time_entries_question: %.02f órányi munka van rögzítve a feladatokon, amiket törölni szeretne. Mit szeretne tenni ?
+  text_destroy_time_entries_question: "{{hours}} órányi munka van rögzítve a feladatokon, amiket törölni szeretne. Mit szeretne tenni ?"
   text_destroy_time_entries: A rögzített órák törlése
   text_assign_time_entries_to_project: A rögzített órák hozzárendelése a projekthez
   text_reassign_time_entries: 'A rögzített órák újra hozzárendelése ehhez a feladathoz:'
index 0aa19443df2df85f30272522ce7db91b9f5f4929..28173931b0952a146780d0ad313d6406f330aad3 100644 (file)
@@ -690,7 +690,7 @@ it:
   label_last_month: ultimo mese
   label_add_another_file: Aggiungi un altro file
   label_optional_description: Descrizione opzionale
-  text_destroy_time_entries_question: %.02f ore risultano spese sulle segnalazioni che stai per cancellare. Cosa vuoi fare ?
+  text_destroy_time_entries_question: "{{hours}} ore risultano spese sulle segnalazioni che stai per cancellare. Cosa vuoi fare ?"
   error_issue_not_found_in_project: 'La segnalazione non è stata trovata o non appartiene al progetto'
   text_assign_time_entries_to_project: Assegna le ore segnalate al progetto
   text_destroy_time_entries: Elimina le ore segnalate
index 1d07aefa8f14083dd928026da688ceddff0317f0..aba79a49964598da9cddbef1100a90d5e865bc74 100644 (file)
@@ -703,7 +703,7 @@ ja:
   label_yesterday: 昨日
   label_last_month: 先月
   label_add_another_file: 別のファイルを追加
-  text_destroy_time_entries_question: チケットに記録された%.02f時間を削除しようとしています。何がしたいのですか?
+  text_destroy_time_entries_question: チケットに記録された{{hours}}時間を削除しようとしています。何がしたいのですか?
   error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません'
   text_assign_time_entries_to_project: 記録された時間をプロジェクトに割り当て
   label_optional_description: 任意のコメント
index 85b49c5f2ca739a8bbb4349b769c42db1d0943a7..cb14075279204157d5afaad611fc1cce4fee1db7 100644 (file)
@@ -726,7 +726,7 @@ ko:
   label_downloads_abbr: D/L
   label_add_another_file: 다른 파일 추가 
   label_this_month: 이번 달
-  text_destroy_time_entries_question: 삭제하려는 일감에 %.02f 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
+  text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
   label_last_n_days: "지난 {{count}} 일"
   label_all_time: 모든 시간
   error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.'
index 8ee71b42fa328e0db16c69cfe82d7f2f9a530710..f0dbe63e47163f69c2bad8fed786a9aebff4ddbb 100644 (file)
@@ -772,7 +772,7 @@ lt:
   text_default_administrator_account_changed: Administratoriaus numatyta paskyra pakeista
   text_file_repository_writable: Į rinkmenu saugyklą galima saugoti (RW)
   text_rmagick_available: RMagick pasiekiamas (pasirinktinai)
-  text_destroy_time_entries_question: Naikinamam darbui paskelbta %.02f valandų. Ką jūs noryte su jomis daryti?
+  text_destroy_time_entries_question: Naikinamam darbui paskelbta {{hours}} valandų. Ką jūs noryte su jomis daryti?
   text_destroy_time_entries: Ištrinti paskelbtas valandas
   text_assign_time_entries_to_project: Priskirti valandas prie projekto
   text_reassign_time_entries: 'Priskirti paskelbtas valandas šiam darbui:'
index 8aea6cb23693a07c1120899f1685cc3c8d4e72b5..e367d965c6d8eaa080e3c59af4cb5ae22726e19a 100644 (file)
@@ -714,7 +714,7 @@ nl:
   text_comma_separated: Meerdere waarden toegestaan (kommagescheiden).
   text_default_administrator_account_changed: Standaard beheerderaccount gewijzigd
   text_destroy_time_entries: Verwijder gerapporteerde uren
-  text_destroy_time_entries_question: %.02f uren werden gerapporteerd op de issue(s) die u wilde verwijderen. Wat wil u doen?
+  text_destroy_time_entries_question: "{{hours}} uren werden gerapporteerd op de issue(s) die u wilde verwijderen. Wat wil u doen?"
   text_diff_truncated: '... Deze diff werd afgekort omdat het de maximale weer te geven karakters overschreed.'
   text_email_delivery_not_configured: "E-mailbezorging is niet geconfigureerd. Notificaties zijn uitgeschakeld.\nConfigureer uw SMTP server in config/email.yml en herstart de applicatie om dit te activeren."
   text_enumeration_category_reassign_to: 'Wijs de volgende waarde toe:'
index 83041cf1029309b8c005fd0b8a3831cd26541ee5..36a685b4ca50f7a370e9880d7f3c37484cf8cd7e 100644 (file)
   text_default_administrator_account_changed: Standard administrator-konto er endret
   text_file_repository_writable: Fil-arkivet er skrivbart
   text_rmagick_available: RMagick er tilgjengelig (valgfritt)
-  text_destroy_time_entries_question: %.02f timer er ført på sakene du er i ferd med å slette. Hva vil du gjøre ?
+  text_destroy_time_entries_question: "{{hours}} timer er ført på sakene du er i ferd med å slette. Hva vil du gjøre ?"
   text_destroy_time_entries: Slett førte timer
   text_assign_time_entries_to_project: Overfør førte timer til prosjektet
   text_reassign_time_entries: 'Overfør førte timer til denne saken:'
index 105b4e16948f9cb63bff7629f1511c4b6922d9ed..14bab2d77b1dfdeafff8cb09e7542797560125a9 100644 (file)
@@ -758,7 +758,7 @@ pl:
   text_comma_separated: Wielokrotne wartości dozwolone (rozdzielone przecinkami).
   text_default_administrator_account_changed: Zmieniono domyślne hasło administratora
   text_destroy_time_entries: Usuń zalogowany czas
-  text_destroy_time_entries_question: Zalogowano %.02f godzin przy zagadnieniu, które chcesz usunąć. Co chcesz zrobić?
+  text_destroy_time_entries_question: Zalogowano {{hours}} godzin przy zagadnieniu, które chcesz usunąć. Co chcesz zrobić?
   text_email_delivery_not_configured: "Dostarczanie poczty elektronicznej nie zostało skonfigurowane, więc powiadamianie jest nieaktywne.\nSkonfiguruj serwer SMTP w config/email.yml  a następnie zrestartuj aplikację i uaktywnij to."
   text_enumeration_category_reassign_to: 'Zmień przypisanie na tą wartość:'
   text_enumeration_destroy_question: "{{count}} obiektów jest przypisana do tej wartości."
index 80883adfd06d3088ea5f2d802367c993f8c10c70..281292b1c1176cd5ec4d6e9c6f704634bb2bc28c 100644 (file)
@@ -710,7 +710,7 @@ pt-BR:
   text_default_administrator_account_changed: Conta padrão do administrador alterada
   text_file_repository_writable: Repositório com permissão de escrita
   text_rmagick_available: RMagick disponível (opcional)
-  text_destroy_time_entries_question: %.02f horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?
+  text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
   text_destroy_time_entries: Excluir horas de trabalho
   text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
   text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:'
index f2b08ec2ec7ec2f54c73e4e520f5a62e7fec81ae..2eda20cad34d451ec75680808489dc4216e59087 100644 (file)
@@ -699,7 +699,7 @@ pt:
   text_default_administrator_account_changed: Conta default de administrador alterada.
   text_file_repository_writable: Repositório de ficheiros com permissões de escrita
   text_rmagick_available: RMagick disponível (opcional)
-  text_destroy_time_entries_question: %.02f horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?
+  text_destroy_time_entries_question: "{{hours}} horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?"
   text_destroy_time_entries: Apagar as horas
   text_assign_time_entries_to_project: Atribuir as horas ao projecto
   text_reassign_time_entries: 'Re-atribuir as horas para esta tarefa:'
index e7dd09b9465c304c2bd6b5171f56a7394bc9f1c0..6243bc24a08658b37e327410b5a38dda8bebd2a7 100644 (file)
@@ -748,7 +748,7 @@ ro:
   text_file_repository_writable: Se poate scrie in directorul de atasamente
   text_plugin_assets_writable: Se poate scrie in directorul de plugins
   text_rmagick_available: Este disponibil RMagick (optional)
-  text_destroy_time_entries_question: %.02f ore sunt inregistrate la tichetele pe care doriti sa le stergeti. Ce doriti sa faceti?
+  text_destroy_time_entries_question: "{{hours}} ore sunt inregistrate la tichetele pe care doriti sa le stergeti. Ce doriti sa faceti?"
   text_destroy_time_entries: Sterge orele inregistrate
   text_assign_time_entries_to_project: Atribuie orele la proiect
   text_reassign_time_entries: 'Atribuie orele inregistrate la tichetul:'
index 844a82bd3a3e10e418a1a8e35b7132fc0e2db7a5..1b192dcf05b63f4d2e8be903a1be863875f5a312 100644 (file)
@@ -871,7 +871,7 @@ ru:
   text_comma_separated: Допустимы несколько значений (через запятую).
   text_custom_field_possible_values_info: 'По одному значению в каждой строке'
   text_default_administrator_account_changed: Учетная запись администратора по умолчанию изменена
-  text_destroy_time_entries_question: Вы собираетесь удалить %.02f часа(ов) прикрепленных за этой задачей.
+  text_destroy_time_entries_question: Вы собираетесь удалить {{hours}} часа(ов) прикрепленных за этой задачей.
   text_destroy_time_entries: Удалить зарегистрированное время
   text_diff_truncated: '... Этот diff ограничен, так как превышает максимальный отображаемый размер.'
   text_email_delivery_not_configured: "Параметры работы с почтовым сервером не настроены и функция уведомления по email не активна.\nНастроить параметры для Вашего SMTP-сервера Вы можете в файле config/email.yml. Для применения изменений перезапустите приложение."
index 37a3fefc388fe88d91cf088813e1b202a0932d53..2e1c2512360317ed39bc5b450d7b92def0216cb6 100644 (file)
@@ -659,7 +659,7 @@ sk:
   text_default_administrator_account_changed: Zmenené výchozie nastavenie administrátorského účtu
   text_file_repository_writable: Povolený zápis do repository
   text_rmagick_available: RMagick k dispozícií (voliteľné)
-  text_destroy_time_entries_question: U úloh, které chcete odstraniť, je evidované %.02f práce. Čo chcete vykonať?
+  text_destroy_time_entries_question: U úloh, které chcete odstraniť, je evidované {{hours}} práce. Čo chcete vykonať?
   text_destroy_time_entries: Odstrániť evidované hodiny.
   text_assign_time_entries_to_project: Priradiť evidované hodiny projektu
   text_reassign_time_entries: 'Preradiť evidované hodiny k tejto úlohe:'
index 079e488a6ef94cfcfb14dbc6266ba6ce71694454..882d486b04c77e19603cca4dd9f47edd0af8d183 100644 (file)
@@ -731,7 +731,7 @@ sl:
   text_default_administrator_account_changed: Spremenjen privzeti administratorski račun
   text_file_repository_writable: Omogočeno pisanje v shrambo datotek
   text_rmagick_available: RMagick je na voljo(neobvezno)
-  text_destroy_time_entries_question: %.02f ur je bilo opravljenih na zahtevku, ki ga želite izbrisati. Kaj želite storiti?
+  text_destroy_time_entries_question: "{{hours}} ur je bilo opravljenih na zahtevku, ki ga želite izbrisati. Kaj želite storiti?"
   text_destroy_time_entries: Izbriši opravljene ure
   text_assign_time_entries_to_project: Predaj opravljene ure projektu
   text_reassign_time_entries: 'Prenesi opravljene ure na ta zahtevek:'
index 09220c91397b09c4ea82bc0287870ae3a674c4dd..bf628ce31316fb486a7d57940b6117c9f2d62bc2 100644 (file)
   label_last_month: prošlog meseca
   label_add_another_file: Dodaj još jedan fajl
   label_optional_description: Opcioni opis
-  text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
+  text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
   error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
   text_assign_time_entries_to_project: Assign reported hours to the project
   text_destroy_time_entries: Delete reported hours
index b3e3c139c668442d1f0a211c8e035b11aecf2952..ebcdf42ba1a3ccee8e555c687794afd6020f4f87 100644 (file)
@@ -807,7 +807,7 @@ sv:
   text_file_repository_writable: Arkivet för bifogade filer är skrivbar
   text_plugin_assets_writable: Arkivet för plug-ins är skrivbar
   text_rmagick_available: RMagick tillgängligt (valfritt)
-  text_destroy_time_entries_question: %.02f timmar har rapporterats på ärendena du är på väg att ta bort. Vad vill du göra ?
+  text_destroy_time_entries_question: "{{hours}} timmar har rapporterats på ärendena du är på väg att ta bort. Vad vill du göra ?"
   text_destroy_time_entries: Ta bort rapporterade timmar
   text_assign_time_entries_to_project: Tilldela rapporterade timmar till projektet
   text_reassign_time_entries: 'Återtilldela rapporterade timmar till detta ärende:'
index a19f315ef3f79866d352dc9739f1f8dcdd681451..c3ef5d277a207c1fc6867f80dd3aa8f11dc072d3 100644 (file)
@@ -661,7 +661,7 @@ th:
   text_default_administrator_account_changed: ค่าเริ่มต้นของบัญชีผู้บริหารจัดการถูกเปลี่ยนแปลง
   text_file_repository_writable: ที่เก็บต้นฉบับสามารถเขียนได้
   text_rmagick_available: RMagick มีให้ใช้ (เป็นตัวเลือก)
-  text_destroy_time_entries_question: %.02f ชั่วโมงที่ถูกแจ้งในปัญหานี้จะโดนลบ. คุณต้องการทำอย่างไร?
+  text_destroy_time_entries_question: "{{hours}} ชั่วโมงที่ถูกแจ้งในปัญหานี้จะโดนลบ. คุณต้องการทำอย่างไร?"
   text_destroy_time_entries: ลบเวลาที่รายงานไว้
   text_assign_time_entries_to_project: ระบุเวลาที่ใช้ในโครงการนี้
   text_reassign_time_entries: 'ระบุเวลาที่ใช้ในโครงการนี่อีกครั้ง:'
index 0d47a8c84f261244128a3a48bf2fbebb857139d3..bc51accc5fe36c6de646ae2f338f22fe2ef1db80 100644 (file)
@@ -696,7 +696,7 @@ tr:
   text_default_administrator_account_changed: Varsayılan yönetici hesabı değişti
   text_file_repository_writable: Dosya deposu yazılabilir
   text_rmagick_available: RMagick Kullanılabilir (isteğe bağlı)
-  text_destroy_time_entries_question: Silmek üzere olduğunuz iletiler üzerine %.02f saat raporlandı.Ne yapmak istersiniz ?
+  text_destroy_time_entries_question: Silmek üzere olduğunuz iletiler üzerine {{hours}} saat raporlandı.Ne yapmak istersiniz ?
   text_destroy_time_entries: Raporlanmış saatleri sil
   text_assign_time_entries_to_project: Raporlanmış saatleri projeye ata
   text_reassign_time_entries: 'Raporlanmış saatleri bu iletiye tekrar ata:'
index 0762090b6b186bc4d1215fe8dd41dbf52d05ae5b..b9fd9915b052a656bc5756907da1dbfdf061b9ec 100644 (file)
@@ -674,7 +674,7 @@ uk:
   label_last_month: last month
   label_add_another_file: Add another file
   label_optional_description: Optional description
-  text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
+  text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
   error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
   text_assign_time_entries_to_project: Assign reported hours to the project
   text_destroy_time_entries: Delete reported hours
index 6190a19407b95f412faa61927356402b5437bbf4..803bdc3cae3dd34105ffa1de7c6219d1d7f0826d 100644 (file)
@@ -745,7 +745,7 @@ vi:
   text_default_administrator_account_changed: Default administrator account changed
   text_file_repository_writable: File repository writable
   text_rmagick_available: RMagick available (optional)
-  text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
+  text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
   text_destroy_time_entries: Delete reported hours
   text_assign_time_entries_to_project: Assign reported hours to the project
   text_reassign_time_entries: 'Reassign reported hours to this issue:'
index 86288a9b561f7263056cd193fccee42c3c005281..d0e648d203eb3934733988eac271d75d43b912f2 100644 (file)
   text_file_repository_writable: 可寫入附加檔案目錄
   text_plugin_assets_writable: 可寫入附加元件目錄
   text_rmagick_available: 可使用 RMagick (選配)
-  text_destroy_time_entries_question: 您即將刪除的項目已報工 %.02f 小時. 您的選擇是?
+  text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是?
   text_destroy_time_entries: 刪除已報工的時數
   text_assign_time_entries_to_project: 指定已報工的時數至專案中
   text_reassign_time_entries: '重新指定已報工的時數至此項目:'
index 83bd5bcf1ac7402c9b1c10346de0854954cf8b11..c4a5837e6313d9a1ce3537b10c32f9c0b6c39ebf 100644 (file)
@@ -782,7 +782,7 @@ zh:
   text_file_repository_writable: 附件路径可写
   text_plugin_assets_writable: 插件的附件路径可写
   text_rmagick_available: RMagick 可用(可选的)
-  text_destroy_time_entries_question: 您要删除的问题已经上报了 %.02f 小时的工作量。您想进行那种操作?
+  text_destroy_time_entries_question: 您要删除的问题已经上报了 {{hours}} 小时的工作量。您想进行那种操作?
   text_destroy_time_entries: 删除上报的工作量
   text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
   text_reassign_time_entries: '将已上报的工作量指定到此问题:'