mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
[Translations] Updated translations from Crowdin
This commit is contained in:
parent
3ec58c9854
commit
a5029bafb9
143 changed files with 484 additions and 188 deletions
|
|
@ -21,6 +21,7 @@ sylius:
|
|||
enabled: Увімкнено
|
||||
province:
|
||||
name: Ім’я
|
||||
abbreviation: Абревіатура
|
||||
select: Виберіть
|
||||
zone:
|
||||
add_member: Додати члена групи
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ sylius:
|
|||
not_blank: Будь ласка, введіть місто.
|
||||
country:
|
||||
not_blank: Будь ласка, виберіть країну.
|
||||
disabled: Обрана країна буде вимкнута. Будь ласка, оберіть іншу.
|
||||
first_name:
|
||||
max_length: "Ім'я не має перевищувати 255 символів|Ім'я не має перевищувати 255 символів."
|
||||
min_length: Довжина імені має бути принаймні 2 символи|Довжина імені має бути принаймні 2 символи.
|
||||
|
|
@ -28,6 +29,10 @@ sylius:
|
|||
min_length: Довжина вулиці повинна бути принаймні 2 символи|Довжина вулиці повинна бути принаймні 2 символи.
|
||||
not_blank: Будь ласка, введіть вулиці.
|
||||
not_shippable: Ця адреса не є дійсним пунктом призначення.
|
||||
country:
|
||||
code:
|
||||
not_blank: Будь ласка, введіть код ISO країни.
|
||||
unique: Код ISO країни мають бути унікальним.
|
||||
province:
|
||||
name:
|
||||
max_length: Область не має перевищувати 255 символів|Область не має перевищувати 255 символів.
|
||||
|
|
|
|||
|
|
@ -149,8 +149,13 @@ sylius:
|
|||
name: Comentario del pedido
|
||||
shipment_confirmation:
|
||||
name: Confirmación del envío
|
||||
content: 'Tu orden ha sido enviada.<br/>Gracias por una transacción exitosa.'
|
||||
user_confirmation:
|
||||
name: Confirmación de usuario
|
||||
subject: Bienvenido a nuestra tienda
|
||||
content: 'Bienvenid@ a nuestra tienda<br/><br/>Has sido registrad@.<br/>Gracias {{ user.username }}.'
|
||||
password_reset:
|
||||
name: Restablecer contraseña
|
||||
content: '<h3>Hola {{ user.username }}</h3>Para restablecer tu contraseña - por favor visita {{ url }}<br/><br/>Atentamente, el Equipo.'
|
||||
shipping_method_resolver:
|
||||
by_zones_and_channel: Por zonas y canal
|
||||
|
|
|
|||
|
|
@ -5,6 +5,12 @@ sylius:
|
|||
checkout:
|
||||
shipping_method:
|
||||
not_blank: Por favor seleccione el método de envío.
|
||||
customer:
|
||||
currency_code:
|
||||
not_valid: El código de la moneda que introdujo no es válido.
|
||||
order:
|
||||
currency_code:
|
||||
not_valid: El código de la moneda que ingreso no es válido.
|
||||
locale:
|
||||
code:
|
||||
not_blank: Por favor introduzca el código del idioma.
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@ sylius:
|
|||
code:
|
||||
not_blank: Пожалуйста выберите код валюты.
|
||||
unique: Код валюты должен быть уникальным.
|
||||
exact_length: Код валюты должен быть точно 3 символов.
|
||||
exchange_rate:
|
||||
not_blank: Пожалуйста введите обменный курс.
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@ sylius:
|
|||
min_length: 'El código CVV de la tarjeta de crédito debe ser como máximo {{ limit }} dígitos de largo.'
|
||||
expiry_year:
|
||||
not_blank: Por favor seleccione el año de vencimiento.
|
||||
payment:
|
||||
currency_code:
|
||||
not_valid: El código de la moneda que ingreso no es válido.
|
||||
payment_method:
|
||||
gateway:
|
||||
not_blank: Por favor seleccione pasarela de método de pago.
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@ sylius:
|
|||
min_length: 'Código CVV do cartão de crédito deve ser no máximo {{limit}} dígitos.'
|
||||
expiry_year:
|
||||
not_blank: Por favor selecione o ano de validade.
|
||||
payment:
|
||||
currency_code:
|
||||
not_valid: O código de moeda que você inseriu é inválido.
|
||||
payment_method:
|
||||
gateway:
|
||||
not_blank: Por favor selecione o gatway do meio de pagamento.
|
||||
|
|
|
|||
|
|
@ -4,8 +4,14 @@
|
|||
sylius:
|
||||
form:
|
||||
review:
|
||||
header: Добавить отзыв
|
||||
rating: Рейтинг
|
||||
title: Название
|
||||
comment: Комментарий
|
||||
author: Автор
|
||||
status:
|
||||
label: Статус
|
||||
new: Новый
|
||||
approved: Одобрено
|
||||
rejected: Отклонено
|
||||
submit: Отправить
|
||||
|
|
|
|||
|
|
@ -3,5 +3,11 @@
|
|||
|
||||
sylius:
|
||||
review:
|
||||
title:
|
||||
not_blank: Заголовок обзора не должен быть пустым.
|
||||
min_length: Заголовок обзора должны иметь по крайней мере 2 символа
|
||||
max_length: Заголовок обзора может иметь не более чем 255 символов
|
||||
rating:
|
||||
not_blank: Вы должны проверить рейтинг обзора.
|
||||
author:
|
||||
already_exists: Этот e-mail уже занят, пожалуйста, войдите или используйте восстановление пароля.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Прыборная панэль
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Табло
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Nástěnka
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Kontrolpanel
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Dashboard
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
header: Tu cuenta
|
||||
dashboard: Panel general
|
||||
personal_information: Datos personales
|
||||
change_password: Cambiar contraseña
|
||||
order_history: Historial de pedidos
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: داشبورد
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Tableau de bord
|
||||
change_password: Changer votre mot de passe
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Kontrolna ploča
|
||||
change_password: Promijenite lozinku
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
header: Fiókod
|
||||
dashboard: Vezérlőpult
|
||||
personal_information: Személyes információk
|
||||
change_password: Jelszó változtatás
|
||||
order_history: Rendelési előzmények
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
header: Il tuo conto
|
||||
dashboard: Pannello amministrazione
|
||||
personal_information: Informationi personali
|
||||
change_password: Modifica la password
|
||||
order_history: Storico ordini
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: ダッシュボード
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Skydelis
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Dashboard
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Weergawe
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Panel
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Apresentação
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Panel
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Painel de Instrumentos
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
header: Sua conta
|
||||
dashboard: Painel
|
||||
personal_information: Informação pessoal
|
||||
change_password: Alterar senha
|
||||
order_history: Histórico de pedidos
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Panou de administrare
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Приборная панель
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Administračný panel
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Nadzorna plošča
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Приказ
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Paneli
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Командна Табла
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Komandna Tabla
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: แดชบอร์ด
|
||||
personal_information: ข้อมูลส่วนบุคคล
|
||||
change_password: เปลี่ยนรหัสผ่าน
|
||||
order_history: ประวัติการสั่งซื้อ
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Kontrol Paneli
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Панель керування
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: Bảng tin
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
menu:
|
||||
shop:
|
||||
account:
|
||||
dashboard: 仪表板
|
||||
change_password: 更改密码
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
ui:
|
||||
the_channel_cannot_be_deleted_at_least_one_enabled_channel_is_required: Канал не может быть удален. Требуется по крайней мере один активный канал.
|
||||
|
|
@ -2,9 +2,6 @@
|
|||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
form:
|
||||
option:
|
||||
presentation: Weergawe
|
||||
ui:
|
||||
"no": false
|
||||
"yes": true
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ sylius:
|
|||
login:
|
||||
password: كلمة السر
|
||||
option:
|
||||
presentation: تقديم
|
||||
name: الاسم
|
||||
ui:
|
||||
color: اللون
|
||||
countries: البلدان
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ sylius:
|
|||
username: Юзернэйм
|
||||
password: Пароль
|
||||
option:
|
||||
presentation: Выгляд
|
||||
name: Імя
|
||||
ui:
|
||||
actions: Дзеянні
|
||||
add_coupon: Дадаць купон
|
||||
|
|
@ -45,6 +45,7 @@ sylius:
|
|||
no_promotion: Прамоцыя не дададзеная
|
||||
no_shipping_charges: Без платы за дастаўку
|
||||
no_taxes: Без падаткаў
|
||||
order_details: Звесткі аб вашай замове
|
||||
price: Кошт
|
||||
quantity: Колькасць
|
||||
ready: Гатова
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ sylius:
|
|||
form:
|
||||
login:
|
||||
username: Потребителско име
|
||||
option:
|
||||
presentation: Презентация
|
||||
ui:
|
||||
add_coupon: Добавяне на купон
|
||||
add_to_cart: Добави в количката
|
||||
|
|
@ -35,6 +33,7 @@ sylius:
|
|||
no_promotion: Нама приложена промоция
|
||||
no_shipping_charges: Няма такси за доставка
|
||||
no_taxes: Няма такси
|
||||
order_details: Детайлите за вашата поръчка
|
||||
quantity: Количество
|
||||
save_changes: Запиши промените
|
||||
shipping_methods: Начин на доставка
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ sylius:
|
|||
username: "Nom d'usuari"
|
||||
password: Contrasenya
|
||||
option:
|
||||
presentation: Presentació
|
||||
name: Nom
|
||||
ui:
|
||||
add_to_cart: Afegir a la cistella
|
||||
checkout: Realitza la compra
|
||||
|
|
@ -19,6 +19,7 @@ sylius:
|
|||
enabled: Activat
|
||||
new: Nou
|
||||
"no": false
|
||||
order_details: Detalls de la teva comanda
|
||||
price: Preu
|
||||
success: Realitzat amb èxit
|
||||
"yes": true
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Heslo
|
||||
remember_me: Pamatuj si mě
|
||||
option:
|
||||
presentation: Prezentace
|
||||
name: Jméno
|
||||
ui:
|
||||
actions: Akce
|
||||
add_coupon: Přidat kupón
|
||||
|
|
@ -53,6 +53,7 @@ sylius:
|
|||
no_promotion: Nejsou aplikovány žádné akce
|
||||
no_shipping_charges: Nejsou aplikovány žádné poplatky za dopravu
|
||||
no_taxes: Nejsou aplikovány žádné daně
|
||||
order_details: Podrobnosti vaší objednávky
|
||||
price: Cena
|
||||
quantity: Množství
|
||||
ready: Připraven
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ sylius:
|
|||
username: Brugernavn
|
||||
password: Adgangskode
|
||||
option:
|
||||
presentation: Præsentation
|
||||
name: Navn
|
||||
ui:
|
||||
actions: Handlinger
|
||||
add_coupon: Tilføj kupon
|
||||
|
|
@ -44,6 +44,7 @@ sylius:
|
|||
no_promotion: Ingen kampagnekode
|
||||
no_shipping_charges: Ingen forsendelsesomkostninger
|
||||
no_taxes: Ingen afgifter tilføjet
|
||||
order_details: Detaljer for din ordre
|
||||
price: Pris
|
||||
quantity: Antal
|
||||
ready: Klar
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Passwort
|
||||
remember_me: Eingeloggt bleiben
|
||||
option:
|
||||
presentation: Präsentation
|
||||
name: Name
|
||||
ui:
|
||||
actions: Aktionen
|
||||
add_coupon: Erstellt
|
||||
|
|
@ -78,6 +78,7 @@ sylius:
|
|||
not_empty: Nicht leer
|
||||
not_in: Nicht in
|
||||
or: oder
|
||||
order_details: Bestelldetails
|
||||
powered_by: Powered by
|
||||
price: Preis
|
||||
quantity: Anzahl
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
option:
|
||||
presentation: Präsentation
|
||||
name: Name
|
||||
ui:
|
||||
image: Bild
|
||||
default_currency: Standardwährung
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ sylius:
|
|||
username: Όνομα χρήστη
|
||||
password: Κωδικός πρόσβασης
|
||||
option:
|
||||
presentation: Παρουσίαση
|
||||
name: Ονομασία
|
||||
ui:
|
||||
actions: Ενέργειες
|
||||
add_to_cart: Προσθήκη στο καλάθι
|
||||
|
|
|
|||
|
|
@ -8,34 +8,55 @@ sylius:
|
|||
password: Contraseña
|
||||
remember_me: Recordarme
|
||||
option:
|
||||
presentation: Presentación
|
||||
name: Nombre
|
||||
ui:
|
||||
about: Sobre
|
||||
account_credentials: Credenciales de la cuenta
|
||||
actions: Acciones
|
||||
add_coupon: Añadir cupón
|
||||
add_to_cart: Añadir al carrito
|
||||
addressing: Direccionando
|
||||
administration_panel_login: Panel de administración
|
||||
all: Todos
|
||||
an_error_occurred: Se ha producido un error
|
||||
are_your_sure_you_want_to_perform_this_action: ¿Está seguro que quiere realizar esta acción?
|
||||
available_for_channels: Disponible para canales
|
||||
available_on_hand: Disponibles a la mano
|
||||
reserved: Reservado
|
||||
average_order_value: Valor de la orden promedio
|
||||
backordered: Pendientes de entrega
|
||||
back_to_store: Devolver a la tienda
|
||||
complete: Completado
|
||||
cancel: Cancelar
|
||||
cancelled: Cancelado/a
|
||||
category_requirements: Requisitos de la categoría
|
||||
change_address: Cambiar dirección
|
||||
change_password: Cambiar contraseña
|
||||
change_your_password: Cambiar mi contraseña
|
||||
change_shipping_method: Cambiar método de envío
|
||||
charges_and_taxes: Tasas e impuestos
|
||||
checkout: Completar pedido
|
||||
have_an_account_already: Ya tiene una cuenta
|
||||
sign_in_here: Regístrese aquí
|
||||
checking_out_as: Pagar como
|
||||
you_may_also_like: También te podría gustar
|
||||
forgot_password: Contraseña olvidada
|
||||
your_shopping_cart: Tu carrito
|
||||
your_cart_is_empty: El carrito está vacío
|
||||
clear_filters: Borrar filtros
|
||||
enter_your_code: Ingrese su código
|
||||
filters: Filtros
|
||||
image: Imagen
|
||||
qty: Cant.
|
||||
clear_cart: Vaciar carrito
|
||||
update_cart: Actualizar carrito
|
||||
apply_coupon: Aplicar cupón
|
||||
edit_your_items_apply_coupon_or_proceed_to_the_checkout: Editar sus artículos, aplicar cupón o proceder con el pago
|
||||
create_an_account: Crear una cuenta
|
||||
summary: Resumen
|
||||
create_a_new_customer_account: Crear una nueva cuenta de cliente
|
||||
if_you_have_an_account_sign_in_with_your_email_address: Si tienes una cuenta, inicia sesión con tu dirección de correo electrónico
|
||||
access_your_store_account_or_create_a_new_one: Ingresar a su cuenta en la tienda o crear una cuenta nueva
|
||||
color: Color
|
||||
configurable_product: Producto configurable
|
||||
configure_channels_available_in_your_store: Configurar canales disponibles en tu tienda
|
||||
|
|
@ -48,9 +69,11 @@ sylius:
|
|||
create: Crear
|
||||
currencies: Monedas
|
||||
customer_can_login_to_the_store: Los clientes pueden acceder a la tienda
|
||||
set_a_new_password_for_your_account: Crear una nueva contraseña para su cuenta
|
||||
my_account: Mi cuenta
|
||||
home: Inicio
|
||||
customer_care: Cliente desde
|
||||
customer_login: Inicio de sesión de cliente
|
||||
dashboard: Panel general
|
||||
date: Fecha
|
||||
default_currency: Moneda por defecto
|
||||
|
|
@ -70,10 +93,12 @@ sylius:
|
|||
edit_product: Editar producto
|
||||
edit_product_attribute: Editar atributo de producto
|
||||
edit_product_option: Editar opción de producto
|
||||
edit_product_variant: Editar la variante del producto
|
||||
edit_promotion: Editar promoción
|
||||
edit_promotion_coupon: Editar el cupón de la promoción
|
||||
edit_shipping_method: Editar método de envío
|
||||
edit_tax_category: Editar categoría de impuesto
|
||||
shop_by_brand: Comprar por marca
|
||||
edit_tax_rate: Editar tasa impositiva
|
||||
edit_taxon: Editar taxonomía
|
||||
edit_zone: Editar zona
|
||||
|
|
@ -89,6 +114,10 @@ sylius:
|
|||
filter: Filtrar
|
||||
go: Ir
|
||||
generate_coupons: Generar cupones
|
||||
hello: Hola
|
||||
manage_your_personal_information_and_preferences: Administre su información personal y preferencias
|
||||
latest_products: Últimos productos
|
||||
view_and_edit_cart: Ver y editar su carrito
|
||||
in: En
|
||||
info: Información
|
||||
item: sylius.order_item.product
|
||||
|
|
@ -96,6 +125,7 @@ sylius:
|
|||
jump_to_page: Ir a la página
|
||||
last_updated: Última actialización
|
||||
list_coupons: Listar cupones
|
||||
list_variants: Lista de variantes
|
||||
locales: Idiomas
|
||||
manage_attributes_of_your_products: Administrar atributos de los productos
|
||||
manage_categorization_of_your_products: Administrar categorización de productos
|
||||
|
|
@ -109,6 +139,7 @@ sylius:
|
|||
manage_shipping_destinations: Gestionar destinos de envío
|
||||
manage_shipping_methods_for_your_store: Manejar métodos de envío para su tienda
|
||||
manage_taxation_of_your_products: Administrar impuestos de sus productos
|
||||
manage_variants: Gestionar variantes
|
||||
manage_your_customers: Administrar sus clientes
|
||||
manage_your_product_catalog: Administrar su catálogo de productos
|
||||
media: Recursos gráficos
|
||||
|
|
@ -128,6 +159,7 @@ sylius:
|
|||
no_requirement: No necesario
|
||||
no_results_to_display: No hay resultados para mostrar
|
||||
no_shipping_charges: No se aplican gastos de envío
|
||||
no_shipping_methods_available: Actualmente no existen métodos de envío disponibles para su dirección de entrega
|
||||
no_taxes: Impuestos no aplicados
|
||||
no_theme: Sin tema
|
||||
not_contains: No contiene
|
||||
|
|
@ -135,23 +167,34 @@ sylius:
|
|||
not_in: No en
|
||||
onhold: En espera
|
||||
or: o
|
||||
order_details: Detalles de tu pedido
|
||||
order_history: Historial de pedidos
|
||||
order_total: Total del pedido
|
||||
partially_shipped: Enviado parcialmente
|
||||
per_customer_usage_limit: Límite de uso por cliente
|
||||
powered_by: Funciona con
|
||||
price: Precio
|
||||
privacy_policy: Política de privacidad
|
||||
process_your_orders: Tramitar tus pedidos
|
||||
product_variants: Variantes del producto
|
||||
promotion_configuration: Configuración de la promoción
|
||||
promotion_information: Información de la promoción
|
||||
purchased_from: Comprado de
|
||||
personal_information: Datos personales
|
||||
quantity: Cant.
|
||||
ready: Listo
|
||||
repeat_new_password: Repetir nueva contraseña
|
||||
returned: Devuelto
|
||||
returns_policy: Política de devoluciones
|
||||
registered_customers: Clientes registrados
|
||||
register_in_the_store: Registrarse en la tienda
|
||||
save_changes: Guardar cambios
|
||||
select_taxon: Seleccionar taxonomía
|
||||
shipped: Enviado
|
||||
shipping: Entrega
|
||||
shipping_and_payment_methods: Métodos de pago y envío
|
||||
shipping_methods: Métodos de envío
|
||||
ship_to: Enviar a
|
||||
show: Mostrar
|
||||
sign_in: Inicia sesión
|
||||
sign_out: Cerrar sesión
|
||||
|
|
@ -160,6 +203,7 @@ sylius:
|
|||
status: Estado
|
||||
subtotal: Subtotal
|
||||
success: Exito
|
||||
shipment: Envío
|
||||
tax: Impuestos
|
||||
taxonomy: Taxonomía
|
||||
tax_categories: Categorías de impuestos
|
||||
|
|
@ -169,6 +213,7 @@ sylius:
|
|||
usage: Utilización
|
||||
values: Valores
|
||||
"yes": true
|
||||
your_profile: Perfil
|
||||
your_store: Tu tienda
|
||||
zone_consisting_of_countries: Zona consistente en paises
|
||||
zone_consisting_of_other_zones: Zona consistente en otras zonas
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: کلمه عبور
|
||||
remember_me: مرا به خاطر بسپار
|
||||
option:
|
||||
presentation: عنوان برای مشتری
|
||||
name: نام
|
||||
ui:
|
||||
actions: طریقه اعمال
|
||||
add_coupon: ایجاد کد تخفیف
|
||||
|
|
@ -94,6 +94,7 @@ sylius:
|
|||
not_empty: خالی نیست
|
||||
not_in: وجود ندارد در
|
||||
or: یا
|
||||
order_details: جزئیات سفارش شما
|
||||
powered_by: قدرت گرفته از
|
||||
price: قیمت
|
||||
promotion_configuration: تنظیمات فروش ویژه
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Mot de passe
|
||||
remember_me: Rester connecté
|
||||
option:
|
||||
presentation: Présentation
|
||||
name: Nom
|
||||
ui:
|
||||
about: À propos
|
||||
account_credentials: "Informations d'intentification"
|
||||
|
|
@ -135,6 +135,7 @@ sylius:
|
|||
not_in: Pas dans
|
||||
onhold: En attente
|
||||
or: ou
|
||||
order_details: Détails de votre commande
|
||||
partially_shipped: Partiellement expédiée
|
||||
per_customer_usage_limit: "Limite d'utilisation par client"
|
||||
powered_by: Propulsé par
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Lozinka
|
||||
remember_me: Zapamti me
|
||||
option:
|
||||
presentation: Prezentacija
|
||||
name: Naziv grupe
|
||||
ui:
|
||||
about: Ukratko
|
||||
actions: Akcije
|
||||
|
|
@ -68,6 +68,7 @@ sylius:
|
|||
no_promotion: Proizvod nema akciju
|
||||
no_shipping_charges: Nema troškova dostave
|
||||
no_taxes: Bez PDV-a
|
||||
order_details: Detalji vaše narudžbe
|
||||
price: Cijena
|
||||
quantity: Količina
|
||||
ready: Spremno
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Jelszó
|
||||
remember_me: Emlékezzen rám
|
||||
option:
|
||||
presentation: Bemutató
|
||||
name: Név
|
||||
ui:
|
||||
about: Információ
|
||||
account_credentials: A fiók hitelesítő adatait
|
||||
|
|
@ -33,6 +33,7 @@ sylius:
|
|||
change_address: Cím módosítása
|
||||
change_password: Jelszó változtatás
|
||||
change_your_password: Jelszó módosítása
|
||||
change_shipping_method: Szállítási mód módosítása
|
||||
charges_and_taxes: Díjak és adók
|
||||
checkout: Fizetés
|
||||
have_an_account_already: Már van egy fiókod
|
||||
|
|
@ -166,6 +167,7 @@ sylius:
|
|||
not_in: Nincs benne
|
||||
onhold: Visszatartott
|
||||
or: vagy
|
||||
order_details: Az Ön rendelésének részletei
|
||||
order_history: Rendelési előzmények
|
||||
order_total: Rendelés összesen
|
||||
partially_shipped: Részlegesen kiszállítva
|
||||
|
|
@ -190,7 +192,9 @@ sylius:
|
|||
select_taxon: Válassza ki a taxon-t
|
||||
shipped: Kiszállítva
|
||||
shipping: Szállítás
|
||||
shipping_and_payment_methods: Szállítási és fizetési módszerek
|
||||
shipping_methods: Szállítási módok
|
||||
ship_to: Szállítás ide
|
||||
show: Megjelenítés
|
||||
sign_in: Bejelentkezés
|
||||
sign_out: Kijelentkezés
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ sylius:
|
|||
login:
|
||||
password: Kata sandi
|
||||
option:
|
||||
presentation: Presentasi
|
||||
name: Nama
|
||||
ui:
|
||||
image: Gambar
|
||||
default_currency: Mata uang default
|
||||
|
|
|
|||
|
|
@ -8,12 +8,13 @@ sylius:
|
|||
password: Password
|
||||
remember_me: Ricordami
|
||||
option:
|
||||
presentation: Presentazione
|
||||
name: Nome
|
||||
ui:
|
||||
account_credentials: "Credenziali dell'account"
|
||||
actions: Azioni
|
||||
add_coupon: Aggiungi coupon
|
||||
add_to_cart: Aggiungi al carrello
|
||||
addressing: Indirizzamento
|
||||
administration_panel_login: Login del pannello di amministrazione
|
||||
all: Tutti
|
||||
an_error_occurred: Si è verificato un errore
|
||||
|
|
@ -113,6 +114,7 @@ sylius:
|
|||
not_empty: Non è vuoto
|
||||
not_in: Non in
|
||||
or: oppure
|
||||
order_details: "Dettagli dell'ordine"
|
||||
powered_by: Promosso da
|
||||
price: Prezzo
|
||||
promotion_configuration: Configurazione della promozione
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ sylius:
|
|||
no_promotion: プロモーションは適用されていません。
|
||||
no_shipping_charges: 送料無料
|
||||
no_taxes: 税は加算されていません。
|
||||
order_details: sylius.account.order.details
|
||||
price: 価格
|
||||
quantity: 数量
|
||||
save_changes: 保存
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ sylius:
|
|||
form:
|
||||
login:
|
||||
remember_me: 아이디/암호 저장
|
||||
option:
|
||||
presentation: 소개
|
||||
ui:
|
||||
"no": false
|
||||
"yes": true
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Slaptažodis
|
||||
remember_me: Prisiminti mane
|
||||
option:
|
||||
presentation: Prezentacija
|
||||
name: Pavadinimas
|
||||
ui:
|
||||
actions: Veiksmai
|
||||
add_coupon: Pridėti kuponą
|
||||
|
|
@ -52,6 +52,7 @@ sylius:
|
|||
no_promotion: Nepritaikyta jokių nuolaidų
|
||||
no_shipping_charges: Nepritaikyta jokių pristatymo mokesčių
|
||||
no_taxes: Nepritaikyta jokių mokesčių
|
||||
order_details: Jūsų užsakymo detalės
|
||||
powered_by: Sukurta
|
||||
price: Kaina
|
||||
quantity: Kiekis
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
# (c) Paweł Jędrzejewski
|
||||
|
||||
sylius:
|
||||
form:
|
||||
option:
|
||||
presentation: Презентација
|
||||
ui:
|
||||
"no": false
|
||||
"yes": true
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Wachtwoord
|
||||
remember_me: Onthoud mijn gegevens
|
||||
option:
|
||||
presentation: Weergave
|
||||
name: Naam
|
||||
ui:
|
||||
account_credentials: Logingegevens
|
||||
actions: Acties
|
||||
|
|
@ -113,6 +113,7 @@ sylius:
|
|||
not_empty: Niet leeg
|
||||
not_in: Niet in
|
||||
or: of
|
||||
order_details: Details van uw bestelling
|
||||
powered_by: Mogelijk gemaakt door
|
||||
price: Prijs
|
||||
promotion_configuration: Promotie configuratie
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ sylius:
|
|||
username: Brukernavn
|
||||
password: Passord
|
||||
option:
|
||||
presentation: Presentasjon
|
||||
name: Navn
|
||||
ui:
|
||||
actions: Handlinger
|
||||
add_coupon: Legg til rabattkupong
|
||||
|
|
@ -45,6 +45,7 @@ sylius:
|
|||
no_promotion: Ingen tilbudskode
|
||||
no_shipping_charges: Ingen fraktkostnader lagt til
|
||||
no_taxes: Ingen mva lagt til
|
||||
order_details: Nærmere opplysninger om bestillingen
|
||||
price: Pris
|
||||
quantity: Antall
|
||||
ready: Klar
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Hasło
|
||||
remember_me: Zapamiętaj mnie
|
||||
option:
|
||||
presentation: Nazwa publiczna
|
||||
name: Nazwa
|
||||
ui:
|
||||
actions: Akcje
|
||||
add_coupon: Dodaj kupon promocyjny
|
||||
|
|
@ -117,6 +117,7 @@ sylius:
|
|||
not_in: Nie w
|
||||
onhold: Oczekujące
|
||||
or: lub
|
||||
order_details: 'Szczegóły Twojego zamówienia'
|
||||
partially_shipped: Częściowo wysłane
|
||||
per_customer_usage_limit: Limit użycia na klienta
|
||||
price: Cena
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ sylius:
|
|||
form:
|
||||
login:
|
||||
username: Login
|
||||
option:
|
||||
presentation: Apresentação
|
||||
ui:
|
||||
add_coupon: Adicionar cupom
|
||||
add_to_cart: Adicionar ao carrinho
|
||||
|
|
@ -33,6 +31,7 @@ sylius:
|
|||
no_promotion: Sem promoções
|
||||
no_shipping_charges: Nenhuma taxa de entrega foi aplicada
|
||||
no_taxes: Nenhuma taxa foi aplicada
|
||||
order_details: Detalhes da sua encomenda
|
||||
quantity: Quantidade
|
||||
save_changes: Salvar modificações
|
||||
shipping_methods: Métodos de envio
|
||||
|
|
|
|||
|
|
@ -8,34 +8,55 @@ sylius:
|
|||
password: Senha
|
||||
remember_me: Lembrar
|
||||
option:
|
||||
presentation: Apresentação
|
||||
name: Nome
|
||||
ui:
|
||||
about: Sobre
|
||||
account_credentials: Credenciais de conta
|
||||
actions: Ações
|
||||
add_coupon: Adicionar cupom
|
||||
add_to_cart: Adicionar ao carrinho
|
||||
addressing: Endereçamento
|
||||
administration_panel_login: Login do painel de administração
|
||||
all: Todos(as)
|
||||
an_error_occurred: Um erro ocorreu
|
||||
are_your_sure_you_want_to_perform_this_action: Tem certeza de que deseja executar esta ação?
|
||||
available_for_channels: Disponível para os canais
|
||||
available_on_hand: Disponível na mão
|
||||
reserved: Reservado
|
||||
average_order_value: Valor médio do pedido
|
||||
backordered: Devolução
|
||||
back_to_store: Voltar à loja
|
||||
complete: Completado
|
||||
cancel: Cancelar
|
||||
cancelled: Cancelado
|
||||
category_requirements: Requerimentos da categoria
|
||||
change_address: Mudar endereço
|
||||
change_password: Alterar senha
|
||||
change_your_password: Alterar sua senha
|
||||
change_shipping_method: Mudar o método de envio
|
||||
charges_and_taxes: Encargos e impostos
|
||||
checkout: Finalizar compra
|
||||
have_an_account_already: Já tem uma conta
|
||||
sign_in_here: Acesse aqui
|
||||
checking_out_as: Comprar como
|
||||
you_may_also_like: Você também pode gostar
|
||||
forgot_password: Esqueceu a senha
|
||||
your_shopping_cart: O seu carrinho de compras
|
||||
your_cart_is_empty: Seu carrinho está vazio
|
||||
clear_filters: Limpar os Filtros
|
||||
enter_your_code: Digite seu código
|
||||
filters: Filtros
|
||||
image: Imagem
|
||||
qty: Quantidade
|
||||
clear_cart: Esvaziar carrinho
|
||||
update_cart: Atualizar o carrinho
|
||||
apply_coupon: Aplicar cupom
|
||||
edit_your_items_apply_coupon_or_proceed_to_the_checkout: Editar seus itens, aplicar cupom ou avançar com a compra
|
||||
create_an_account: Criar uma conta
|
||||
summary: Resumo
|
||||
create_a_new_customer_account: Criar uma nova conta de cliente
|
||||
if_you_have_an_account_sign_in_with_your_email_address: Se você tiver uma conta, acesse com seu endereço de e-mail
|
||||
access_your_store_account_or_create_a_new_one: Acessar sua conta da loja ou criar uma conta nova
|
||||
color: Cor
|
||||
configurable_product: Produto configurável
|
||||
configure_channels_available_in_your_store: Configurar os canais disponíveis na sua loja
|
||||
|
|
@ -48,9 +69,11 @@ sylius:
|
|||
create: Criar
|
||||
currencies: Moedas
|
||||
customer_can_login_to_the_store: Cliente pode acessar a loja
|
||||
set_a_new_password_for_your_account: Definir uma nova senha para sua conta
|
||||
my_account: Minha conta
|
||||
home: Home
|
||||
customer_care: Atendimento ao cliente
|
||||
customer_login: Acesso do cliente
|
||||
dashboard: Painel
|
||||
date: Data
|
||||
default_currency: Moeda padrão
|
||||
|
|
@ -75,6 +98,7 @@ sylius:
|
|||
edit_promotion_coupon: Editar o cupom de promoção
|
||||
edit_shipping_method: Editar método de envio
|
||||
edit_tax_category: Editar categoria de imposto
|
||||
shop_by_brand: Compra por marca
|
||||
edit_tax_rate: Editar a taxa de imposto
|
||||
edit_taxon: Editar taxação
|
||||
edit_zone: Editar zona
|
||||
|
|
@ -90,6 +114,10 @@ sylius:
|
|||
filter: Filtrar
|
||||
go: Prosseguir
|
||||
generate_coupons: Gerar cupons
|
||||
hello: Olá
|
||||
manage_your_personal_information_and_preferences: Gerenciar suas informações pessoais e preferências
|
||||
latest_products: Produtos recentes
|
||||
view_and_edit_cart: Visualizar e editar carrinho
|
||||
in: Em
|
||||
info: Informações
|
||||
item: Produto
|
||||
|
|
@ -131,6 +159,7 @@ sylius:
|
|||
no_requirement: Não há exigência
|
||||
no_results_to_display: Não há nenhum resultado para exibir
|
||||
no_shipping_charges: Nenhuma taxa de entrega foi aplicada
|
||||
no_shipping_methods_available: Atualmente não existem métodos de transporte disponível para seu endereço de envio
|
||||
no_taxes: Nenhuma taxa foi aplicada
|
||||
no_theme: Sem tema
|
||||
not_contains: Não contêm
|
||||
|
|
@ -138,6 +167,9 @@ sylius:
|
|||
not_in: Não em
|
||||
onhold: Em espera
|
||||
or: Ou
|
||||
order_details: Detalhes do seu pedido
|
||||
order_history: Histórico de pedidos
|
||||
order_total: Total do pedido
|
||||
partially_shipped: Parcialmente enviado
|
||||
per_customer_usage_limit: Limite de uso por cliente
|
||||
powered_by: Desenvolvido por
|
||||
|
|
@ -148,14 +180,21 @@ sylius:
|
|||
promotion_configuration: Configuração de promoção
|
||||
promotion_information: Informações de promoção
|
||||
purchased_from: Comprado de
|
||||
personal_information: Dados pessoais
|
||||
quantity: Quantidade
|
||||
ready: Pronto
|
||||
repeat_new_password: Repita a nova senha
|
||||
returned: Devolvido
|
||||
returns_policy: Política de devolução
|
||||
registered_customers: Clientes cadastrados
|
||||
register_in_the_store: Cadastre-se na loja
|
||||
save_changes: Salvar alterações
|
||||
select_taxon: Selecione o táxon
|
||||
shipped: Enviado
|
||||
shipping: Entrega
|
||||
shipping_and_payment_methods: Métodos de envio e pagamento
|
||||
shipping_methods: Métodos de envio
|
||||
ship_to: Enviar para
|
||||
show: Mostrar
|
||||
sign_in: Entre
|
||||
sign_out: Desconectar
|
||||
|
|
@ -164,6 +203,7 @@ sylius:
|
|||
status: Estado
|
||||
subtotal: Subtotal
|
||||
success: Sucesso
|
||||
shipment: Envio
|
||||
tax: Taxa
|
||||
taxonomy: Taxonomia
|
||||
tax_categories: Categorias de imposto
|
||||
|
|
@ -173,6 +213,7 @@ sylius:
|
|||
usage: Uso
|
||||
values: Valores
|
||||
"yes": true
|
||||
your_profile: Seu perfil
|
||||
your_store: Sua loja
|
||||
zone_consisting_of_countries: Zona constituída por países
|
||||
zone_consisting_of_other_zones: Zona constituída por outras zonas
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ sylius:
|
|||
username: Nume de utilizator
|
||||
password: Parolă
|
||||
option:
|
||||
presentation: Prezentare
|
||||
name: Nume
|
||||
ui:
|
||||
actions: Acțiuni
|
||||
add_coupon: Adaugă cod promoțional
|
||||
|
|
@ -46,6 +46,7 @@ sylius:
|
|||
no_promotion: Fără reduceri
|
||||
no_shipping_charges: Nu se aplică taxe pentru livrare
|
||||
no_taxes: Nu se aplică taxe
|
||||
order_details: Detaliile comenzii dumneavoastră
|
||||
price: Preț
|
||||
quantity: Cantitate
|
||||
ready: Gata
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Пароль
|
||||
remember_me: Запомнить меня
|
||||
option:
|
||||
presentation: Публичное название
|
||||
name: Название
|
||||
ui:
|
||||
actions: Действия
|
||||
add_coupon: Добавить купон
|
||||
|
|
@ -54,6 +54,7 @@ sylius:
|
|||
no_promotion: Без скидки
|
||||
no_shipping_charges: Без оплаты за пересылку
|
||||
no_taxes: Без НДС
|
||||
order_details: Детали вашего заказа
|
||||
price: Цена
|
||||
quantity: Количество
|
||||
ready: Готов
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Heslo
|
||||
remember_me: Zapamätať si ma
|
||||
option:
|
||||
presentation: Verejný názov
|
||||
name: Názov
|
||||
ui:
|
||||
account_credentials: Prihlasovacie údaje
|
||||
actions: Akcie
|
||||
|
|
@ -119,6 +119,7 @@ sylius:
|
|||
not_in: Nie je v
|
||||
onhold: Pozastavené
|
||||
or: alebo
|
||||
order_details: Detaily Vašej objednávky
|
||||
partially_shipped: Čiastočne dodané
|
||||
per_customer_usage_limit: Obmedzenie použitia pre zákazníka
|
||||
powered_by: Vytvorené v systéme
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Geslo
|
||||
remember_me: Zapomni si me
|
||||
option:
|
||||
presentation: Predstavitev
|
||||
name: Ime
|
||||
ui:
|
||||
actions: Dejanja
|
||||
add_coupon: Dodaj kupon
|
||||
|
|
@ -56,6 +56,7 @@ sylius:
|
|||
no_promotion: Uporabljene ni nobene promocije
|
||||
no_shipping_charges: Stroški pošiljanja niso uporabljeni
|
||||
no_taxes: Davki niso uporabljeni
|
||||
order_details: Podrobnosti vašega naročila
|
||||
powered_by: Poganja
|
||||
price: Cena
|
||||
quantity: Količina
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Fjalëkalimi
|
||||
remember_me: Më mbaj mend
|
||||
option:
|
||||
presentation: Prezantimi
|
||||
name: Emri
|
||||
ui:
|
||||
account_credentials: Te dhenat e llogarise
|
||||
actions: Veprimet
|
||||
|
|
@ -113,6 +113,7 @@ sylius:
|
|||
not_empty: Jo bosh
|
||||
not_in: Jo brenda
|
||||
or: ose
|
||||
order_details: Hollësi të porosisë tënde
|
||||
powered_by: Mundësuar nga
|
||||
price: Çmimi
|
||||
promotion_configuration: Konfigurimi i promocionit
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ sylius:
|
|||
form:
|
||||
login:
|
||||
username: Кросницко име
|
||||
option:
|
||||
presentation: Приказ
|
||||
ui:
|
||||
add_coupon: Додај купон
|
||||
add_to_cart: Додај у корпу
|
||||
|
|
@ -30,6 +28,7 @@ sylius:
|
|||
no_promotion: Ниједна промоција није додата
|
||||
no_shipping_charges: Нису додати трошкови поруџбине
|
||||
no_taxes: Нису додати порези
|
||||
order_details: Детаљи Ваше наруџбине
|
||||
quantity: Количина
|
||||
save_changes: Сачувај измене
|
||||
shipping_methods: Начини доставе
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ sylius:
|
|||
form:
|
||||
login:
|
||||
username: Krosnicko ime
|
||||
option:
|
||||
name: Ime
|
||||
ui:
|
||||
add_coupon: Dodaj kupon
|
||||
add_to_cart: Dodaj u korpu
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Lösenord
|
||||
remember_me: Kom ihåg mig
|
||||
option:
|
||||
presentation: Presentation
|
||||
name: Namn
|
||||
ui:
|
||||
about: Om
|
||||
account_credentials: Kontouppgifter
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: รหัสผ่าน
|
||||
remember_me: จำการการเข้าระบบของฉันไว้
|
||||
option:
|
||||
presentation: คำที่ใช้แสดง
|
||||
name: ชื่อ
|
||||
ui:
|
||||
about: เกี่ยวกับเรา
|
||||
account_credentials: ข้อมูลประจำตัวบัญชี
|
||||
|
|
@ -166,6 +166,7 @@ sylius:
|
|||
not_in: ไม่ได้อยู่ใน
|
||||
onhold: Onhold
|
||||
or: หรือ
|
||||
order_details: รายละเอียดใบสั่งซื้อ
|
||||
order_history: ประวัติการสั่งซื้อ
|
||||
order_total: คำสั่งซื้อทั้งหมด
|
||||
partially_shipped: ส่งบางส่วน
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: Şifre
|
||||
remember_me: Beni hatırla
|
||||
option:
|
||||
presentation: Sunum
|
||||
name: Ad
|
||||
ui:
|
||||
actions: Eylemler
|
||||
add_coupon: Kupon Ekle
|
||||
|
|
@ -52,6 +52,7 @@ sylius:
|
|||
no_promotion: Uygulanan hiçbir promosyon yoktur
|
||||
no_shipping_charges: Uygulanan hiçbir kargo ücreti yoktur
|
||||
no_taxes: Vergi uygulanmadı
|
||||
order_details: Sipariş ayrıntıları
|
||||
price: Fiyatı
|
||||
quantity: Adet
|
||||
ready: Hazır
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ sylius:
|
|||
username: "Ім'я користувача"
|
||||
password: Пароль
|
||||
option:
|
||||
presentation: Презентація
|
||||
name: Ім’я
|
||||
ui:
|
||||
actions: Дії
|
||||
add_coupon: Додати купон
|
||||
|
|
@ -47,6 +47,7 @@ sylius:
|
|||
no_promotion: Промо-код не застосовано
|
||||
no_shipping_charges: Націнки за доставку не застосовано
|
||||
no_taxes: Податки не застосовані
|
||||
order_details: Деталі вашого замовлення
|
||||
price: Ціна
|
||||
quantity: К-сть
|
||||
ready: Готовий
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ sylius:
|
|||
form:
|
||||
login:
|
||||
password: Mật khẩu
|
||||
option:
|
||||
name: Tên
|
||||
ui:
|
||||
image: Hình ảnh
|
||||
qty: Số lượng
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sylius:
|
|||
password: 密码
|
||||
remember_me: 记住我
|
||||
option:
|
||||
presentation: 演示
|
||||
name: 名称
|
||||
ui:
|
||||
about: 关于
|
||||
account_credentials: 帐户凭据
|
||||
|
|
@ -139,6 +139,7 @@ sylius:
|
|||
not_in: 不在
|
||||
onhold: 搁置
|
||||
or: 或者
|
||||
order_details: 您的订单的详细信息
|
||||
partially_shipped: 部分已发货
|
||||
per_customer_usage_limit: 每位客户使用限制
|
||||
powered_by: 基于
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: تقديم
|
||||
name: الاسم
|
||||
option:
|
||||
name: الاسم
|
||||
option_value:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Выгляд
|
||||
name: Імя
|
||||
option:
|
||||
name: Імя
|
||||
values: Магчымыя значэнні
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Презентация
|
||||
option:
|
||||
values: Възможни стойности
|
||||
option_value:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Presentació
|
||||
name: Nom
|
||||
option:
|
||||
name: Nom
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Prezentace
|
||||
name: Jméno
|
||||
option:
|
||||
name: Jméno
|
||||
values: Možné hodnoty
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Præsentation
|
||||
name: Navn
|
||||
option:
|
||||
name: Navn
|
||||
option_value:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Präsentation
|
||||
name: Name
|
||||
option:
|
||||
name: Name
|
||||
values: Mögliche Werte
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Präsentation
|
||||
name: Name
|
||||
option:
|
||||
name: Name
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Παρουσίαση
|
||||
name: Ονομασία
|
||||
option:
|
||||
name: Ονομασία
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Presentación
|
||||
name: Nombre
|
||||
option:
|
||||
name: Nombre
|
||||
values: Valores posibles
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: عنوان برای مشتری
|
||||
name: نام
|
||||
option:
|
||||
name: نام
|
||||
values: مقادیر قابل قبول
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Présentation
|
||||
name: Nom
|
||||
option:
|
||||
name: Nom
|
||||
values: Valeurs possibles
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Prezentacija
|
||||
name: Naziv grupe
|
||||
option:
|
||||
name: Naziv grupe
|
||||
values: Moguće vrijednosti
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Bemutató
|
||||
name: Név
|
||||
option:
|
||||
name: Név
|
||||
values: Lehetséges értékek
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Presentasi
|
||||
name: Nama
|
||||
option:
|
||||
name: Nama
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Presentazione
|
||||
name: Nome
|
||||
option:
|
||||
name: Nome
|
||||
values: Valori possibili
|
||||
|
|
|
|||
|
|
@ -3,7 +3,5 @@
|
|||
|
||||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: 소개
|
||||
option:
|
||||
values: 예상값
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Prezentacija
|
||||
name: Pavadinimas
|
||||
option:
|
||||
name: Pavadinimas
|
||||
values: Galimos reikšmės
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Презентација
|
||||
option:
|
||||
values: Можни вредности
|
||||
option_value:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Weergave
|
||||
name: Naam
|
||||
option:
|
||||
name: Naam
|
||||
values: Mogelijke waarden
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
sylius:
|
||||
form:
|
||||
variant:
|
||||
presentation: Presentasjon
|
||||
name: Navn
|
||||
option:
|
||||
name: Navn
|
||||
values: Mulige verdier
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue