Skip to content

Commit

Permalink
more locale changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rait Nigol committed Jun 21, 2024
1 parent 7642605 commit 0b1ec1d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
15 changes: 15 additions & 0 deletions config/locales/1_fixme_missing.et.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# context: estonian language very top pencil icon + text when modifying bid was missing translation
et:
modals:
change_offer:
component:
bidder: 'Pakkuja'

# context: under notifications modal, the header for notification was in english on estonian
# translation due to missing translation
english_offers:
index:
new_bid: 'Uus pakkumine!'

you_lose: 'Kaotasid oksjoni'

2 changes: 1 addition & 1 deletion config/locales/auctions.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ en:
you: Your offer
blind_auction: Blind auction
english_auction: English auction
all: All
all: 'All Auctions'
type: Type

still_in_progress: "Still in progress"
Expand Down
6 changes: 4 additions & 2 deletions config/locales/auctions.et.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
et:
auction:
# test if this is fixing translation issue OLEG THIS IS #FIXME
# OLEG THIS IS #FIXME
# context: et.auctions.all should be but currently this is et.auction.all
# dont know if this fix even works but will see
all: 'Kõik'
offer:
change_bid:
'Muuda pakkumust'
auctions:
domain_name: 'Domeeninimi'
starts_at: 'Algus'
Expand Down
2 changes: 1 addition & 1 deletion config/locales/english_offers.et.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ et:
i_accept_terms_and_conditions: "Nõustun tingimustega"
price_in_currency: "%{price} €"
price_is_without_vat: "Pakkumus ei sisalda käibemaksu."
price_with_wat: Kokku %{price} (+ %{tax}% käibemaks)
price_with_wat: '%{price} (+ %{tax}% käibemaks)'
price_with_wat_template: Kokku {price} (+ {tax}% käibemaks)
price_in_currency_template: "{price} €"
tax_template: "Käibemaks {tax}%"
Expand Down
6 changes: 3 additions & 3 deletions config/locales/et.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ et:
confirm: "Kinnita"

billing: "Arveldamine"
new_billing_profile: "Uus arve aadress"
new_billing_profile: "Loo uus arve aadress"

profile: "Kasutajakonto"
sign_in: "Sisene"
Expand Down Expand Up @@ -173,8 +173,8 @@ et:
notification_read: Notifcation read
participant_outbid: Domeeninimele %{domain_name} on uus pakkumine
participant_outbid_broadcast: Domeeninimele %{name} on uus pakkumine
participant_win_auction: Domeenioksjon domeeninimele %{name} on lõppenud. Palju õnne teie pakkumine oli parim!
participant_lost_auction: Domeenioksjon domeeninimele %{name} on lõppenud. Kahjuks ei olnud teie pakkumine võiduks piisav!
participant_win_auction: Domeenioksjon domeeninimele <b>%{name}</b> on lõppenud. Palju õnne teie pakkumine oli parim!
participant_lost_auction: Domeenioksjon domeeninimele <b>%{name}</b> on lõppenud. Kahjuks ei olnud teie pakkumine võiduks piisav!
no_any_notifications: Uued teated puuduvad
webpush_title_outbidded: Üle pakutud
webpush_title_lost: Kaotasid
Expand Down

0 comments on commit 0b1ec1d

Please sign in to comment.