delete and add back i18n keys (#15905)

This commit is contained in:
yheuhtozr 2021-12-31 00:12:40 +09:00 committed by GitHub
parent 973ff20eb8
commit 3acd4e9deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 5 additions and 30 deletions

View file

@ -114,7 +114,10 @@
<div class="pl-3 flex-1">
<a href="/<%= @user.username %>" class="crayons-link fw-bold"><%= @user.name %></a>
<% if @organization %>
<span class="color-base-60">for</span> <a href="<%= @organization.path %>" class="crayons-link"><%= @organization.name %></a>
<%= t("views.articles.for_org_html",
start: tag("span", { class: "color-base-60" }, true),
end: "</span>".html_safe,
org: tag.a(@organization.name, href: @organization.path, class: "crayons-link")) %>
<% end %>
<p class="fs-xs color-base-60">
<% if @article.published_timestamp.present? %>

View file

@ -157,7 +157,7 @@
<% users_setting = @user.setting %>
<div class="crayons-card crayons-card--content-rows">
<h2>Branding</h2>
<h2><%= t("views.settings.group.Branding") %></h2>
<div class="crayons-field ">
<label class="crayons-field__label" for="users_setting[brand_color1]">
<%= t("views.logo.color_1.label") %>

View file

@ -4,7 +4,6 @@ en:
actions:
copy:
text: Copied to Clipboard
title: Copy article link to the clipboard
button: Copy link
more:
title: More...

View file

@ -4,7 +4,6 @@ fr:
actions:
copy:
text: Copied to Clipboard
title: Copy article link to the clipboard
button: Copier le lien
more:
title: More...

View file

@ -44,9 +44,6 @@ en:
label: Category
placeholder: Conference CFP (1 Credit)
summary: Category details/rules
connect:
subtitle: Connect messaging
description: Allow Users to message me via Connect.
expiry:
description: If applicable for time sensitive events, deadlines, etc.
location:

View file

@ -44,9 +44,6 @@ fr:
label: Category
placeholder: Conference CFP (1 Credit)
summary: Category details/rules
connect:
subtitle: Connect messaging
description: Allow Users to message me via Connect.
expiry:
description: If applicable for time sensitive events, deadlines, etc.
location:

View file

@ -5,9 +5,6 @@ en:
aria_home: "%{community} Home"
header:
create_account: Create account
connect:
aria_label: Connect
icon: Connect
login: Log in
nav:
aria_label: Navigation menu
@ -25,7 +22,6 @@ en:
login:
aria_label: Log in
text: Log in
footer: We strive for transparency and don't collect excess data.
nav:
admin: Admin
dashboard: Dashboard
@ -60,7 +56,6 @@ en:
my_tags: My Tags
popular_tags: Popular Tags
footer:
aria_label: Site information
built:
text_html: Built on %{forem} — the %{opensource} software that powers %{dev} and other inclusive communities.
forem: Forem

View file

@ -5,9 +5,6 @@ fr:
aria_home: "%{community} Home"
header:
create_account: Créer un profil
connect:
aria_label: Connect
icon: Connect
login: Se connecter
nav:
aria_label: Navigation menu
@ -25,7 +22,6 @@ fr:
login:
aria_label: Log in
text: Se connecter
footer: We strive for transparency and don't collect excess data.
nav:
admin: Admin
dashboard: Tableau de bord
@ -60,7 +56,6 @@ fr:
my_tags: Mes sujets
popular_tags: Sujets populaires
footer:
aria_label: Site information
built:
text_html: Built on %{forem} — the %{opensource} software that powers %{dev} and other inclusive communities.
forem: Forem

View file

@ -33,9 +33,6 @@ en:
signin: sign-in
hamburger:
icon: Navigation menu
back: Back
forward: Forward
refresh: Refresh
icon_close: Close
icon_left: Left menu
icon_right: Right menu
@ -107,7 +104,6 @@ en:
back: Back to %{user}'s Series
empty: This series doesn't have any articles
sponsor:
icon: Love
seek: Become a sponsor
stats:
meta:

View file

@ -33,9 +33,6 @@ fr:
signin: sign-in
hamburger:
icon: Navigation menu
back: Back
forward: Forward
refresh: Refresh
icon_close: Close
icon_left: Left menu
icon_right: Right menu
@ -107,7 +104,6 @@ fr:
back: Back to %{user}'s Series
empty: This series doesn't have any articles
sponsor:
icon: Love
seek: Become a sponsor
stats:
meta:

View file

@ -11,7 +11,6 @@ en:
edit:
meta:
title: Edit %{tag}
heading_html: " Editing: %{tag}"
admin: "Admin"
help: "Help"
view: "View"

View file

@ -11,7 +11,6 @@ fr:
edit:
meta:
title: Edit %{tag}
heading_html: " Editing: %{tag}"
admin: "Admin"
help: "Help"
view: "View"