Skip to content

Commit a477b33

Browse files
committed
Fix the names of interpolation arguments
1 parent 4b9bbd3 commit a477b33

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

config/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ en:
88
follow_instructions_html: Follow %{href} on how to describe your controllers.
99
follow_instructions_href: further instructions
1010
oops: Oops!!
11-
resource_not_found_html: Resource %{res} not found.
11+
resource_not_found_html: Resource %{resource} not found.
1212
method_not_found_html: Method %{method} not found for resource %{resource}.
1313
goto_homepage_html: Try going to %{href}
1414
goto_homepage_href: "%{app_name} API documentation homepage"

config/locales/es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ es:
88
follow_instructions_html: Siga %{href} sobre cómo describir sus controladores.
99
follow_instructions_href: más instrucciones
1010
oops: Huy!!
11-
resource_not_found_html: Recurso %{res} no encontrado.
11+
resource_not_found_html: Recurso %{resource} no encontrado.
1212
method_not_found_html: Método %{method} no encontrado para el recurso %{resource}.
1313
goto_homepage_html: Trate de ir a %{href}
1414
goto_homepage_href: "%{app_name} página de documentación API "

config/locales/pl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pl:
88
follow_instructions_html: Przejdź do %{href} aby opisać swoje kontrolery.
99
follow_instructions_href: dalsze instrukcje
1010
oops: Ups!!
11-
resource_not_found_html: Zasób %{res} nie został znaleziony.
11+
resource_not_found_html: Zasób %{resource} nie został znaleziony.
1212
method_not_found_html: Metoda %{method} dla zasobu %{resource} nie została znaleziona.
1313
goto_homepage_html: Spróbuj przejść do %{href}
1414
goto_homepage_href: "%{app_name} Strona główna dokumentacji API"

config/locales/pt-BR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
follow_instructions_html: Siga %{href} para saber como descrever seus controllers.
99
follow_instructions_href: mais instruções
1010
oops: Oops!!
11-
resource_not_found_html: Recurso %{res} não encontrado.
11+
resource_not_found_html: Recurso %{resource} não encontrado.
1212
method_not_found_html: Método %{method} não encontrado para o recurso %{resource}.
1313
goto_homepage_html: Tente ir para %{href}
1414
goto_homepage_href: "%{app_name} API - Página inicial da documentação"

config/locales/ru.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ru:
88
follow_instructions_html: Перейдите по ссылке %{href}, чтобы узнать как описать ваш API.
99
follow_instructions_href: дополнительные инструкции
1010
oops: Ой!!
11-
resource_not_found_html: Ресурс %{res} не найден.
11+
resource_not_found_html: Ресурс %{resource} не найден.
1212
method_not_found_html: Метод %{method} для ресурса %{resource} не найден.
1313
goto_homepage_html: Перейдите %{href}
1414
goto_homepage_href: "%{app_name} домашняя страница API документации"

config/locales/zh-CN.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
follow_instructions_html: 点击 %{href} 查看描述。
99
follow_instructions_href: 高级指导
1010
oops: Oops!!
11-
resource_not_found_html: 没有找到资源 %{res} 。
12-
method_not_found_html: 没有找到资源 %{res} 的方法 %{method} 。
11+
resource_not_found_html: 没有找到资源 %{resource} 。
12+
method_not_found_html: 没有找到资源 %{resource} 的方法 %{method} 。
1313
goto_homepage_html: 试图访问 %{href}
1414
goto_homepage_href: "%{app_name} API 文档主页"
1515
required: 必填

config/locales/zh-TW.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
follow_instructions_html: 點擊 %{href} 查看描述。
99
follow_instructions_href: 高級指導
1010
oops: Oops!!
11-
resource_not_found_html: 沒有找到資源 %{res} 。
12-
method_not_found_html: 沒有找到資源 %{res} 的方法 %{method} 。
11+
resource_not_found_html: 沒有找到資源 %{resource} 。
12+
method_not_found_html: 沒有找到資源 %{resource} 的方法 %{method} 。
1313
goto_homepage_html: 試圖訪問 %{href}
1414
goto_homepage_href: "%{app_name} API 文檔主頁"
1515
required: 必填

0 commit comments

Comments
 (0)