forked from casdoor/casdoor
Compare commits
3 Commits
custom
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b41b4857f | ||
|
|
7341229b58 | ||
|
|
a7dd7211b4 |
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "leere",
|
||||
"remove": "entfernen",
|
||||
"{total} in total": "Insgesamt {total}"
|
||||
"{total} in total": "Insgesamt {total}",
|
||||
"No products available": "Keine Produkte verfügbar",
|
||||
"Orders": "Bestellungen",
|
||||
"Product Store": "Produktladen"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "Gruppe bearbeiten",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "Testkaufseite.",
|
||||
"There is no payment channel for this product.": "Es gibt keinen Zahlungskanal für dieses Produkt.",
|
||||
"This product is currently not in sale.": "Dieses Produkt steht derzeit nicht zum Verkauf.",
|
||||
"WeChat Pay": "WeChat Pay"
|
||||
"WeChat Pay": "WeChat Pay",
|
||||
"Recharge options": "Aufladeoptionen",
|
||||
"Recharge options - Tooltip": "Voreingestellte Aufladebeträge",
|
||||
"Disable custom amount": "Benutzerdefinierten Betrag deaktivieren",
|
||||
"Disable custom amount - Tooltip": "Ob benutzerdefinierte Aufladebeträge deaktiviert werden sollen",
|
||||
"Select amount": "Betrag auswählen",
|
||||
"Amount": "Betrag",
|
||||
"Custom amount available": "Benutzerdefinierter Betrag verfügbar",
|
||||
"Please add at least one recharge option when custom amount is disabled": "Bitte fügen Sie mindestens eine Aufladeoption hinzu, wenn der benutzerdefinierte Betrag deaktiviert ist",
|
||||
"Enter preset amounts": "Voreingestellte Beträge eingeben",
|
||||
"This product is currently not purchasable (No options available)": "Dieses Produkt ist derzeit nicht käuflich (Keine Optionen verfügbar)",
|
||||
"Order created successfully": "Bestellung erfolgreich erstellt",
|
||||
"Failed to create order": "Bestellung konnte nicht erstellt werden"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "Access-Key",
|
||||
@@ -1271,7 +1286,7 @@
|
||||
"Address line": "Adresszeile",
|
||||
"Addresses": "Adressen",
|
||||
"Addresses - Tooltip": "Mehrere Adressen des Benutzers",
|
||||
"Tag": "Tag",
|
||||
"Tag": "Markierung",
|
||||
"Line 1": "Zeile 1",
|
||||
"Line 2": "Zeile 2",
|
||||
"City": "Stadt",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "Passwort festlegen",
|
||||
"Set new profile picture": "Neues Profilbild festlegen",
|
||||
"Set password...": "Passwort festlegen...",
|
||||
"Tag": "Markierung",
|
||||
"Tag - Tooltip": "Tags des Benutzers",
|
||||
"The password must contain at least one special character": "Das Passwort muss mindestens ein Sonderzeichen enthalten.",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "Das Passwort muss mindestens einen Großbuchstaben, einen Kleinbuchstaben und eine Ziffer enthalten.",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "Nur einzelne Organisation",
|
||||
"Single org only - Tooltip": "Nur in der Organisation auslösen, zu der der Webhook gehört",
|
||||
"Value": "Wert"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "Bestellung bearbeiten",
|
||||
"End time": "Endzeit",
|
||||
"End time - Tooltip": "Wann die Bestellung abläuft (z. B. bei zeitlich begrenzten Käufen)",
|
||||
"New Order": "Neue Bestellung",
|
||||
"Payment": "Zahlung",
|
||||
"Payment - Tooltip": "Die mit dieser Bestellung verbundene Zahlung",
|
||||
"Product": "Produkt",
|
||||
"Product - Tooltip": "Das gekaufte Produkt",
|
||||
"Start time": "Startzeit",
|
||||
"Start time - Tooltip": "Wann die Bestellung beginnt"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "vacío",
|
||||
"remove": "eliminar",
|
||||
"{total} in total": "{total} en total"
|
||||
"{total} in total": "{total} en total",
|
||||
"No products available": "No hay productos disponibles",
|
||||
"Orders": "Pedidos",
|
||||
"Product Store": "Tienda de productos"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "Editar grupo",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "Página de compra de prueba.",
|
||||
"There is no payment channel for this product.": "No hay canal de pago para este producto.",
|
||||
"This product is currently not in sale.": "Este producto actualmente no está a la venta.",
|
||||
"WeChat Pay": "WeChat Pay"
|
||||
"WeChat Pay": "WeChat Pay",
|
||||
"Recharge options": "Opciones de recarga",
|
||||
"Recharge options - Tooltip": "Montos de recarga preestablecidos",
|
||||
"Disable custom amount": "Desactivar monto personalizado",
|
||||
"Disable custom amount - Tooltip": "Si se deben desactivar los montos de recarga personalizados",
|
||||
"Select amount": "Seleccionar monto",
|
||||
"Amount": "Monto",
|
||||
"Custom amount available": "Monto personalizado disponible",
|
||||
"Please add at least one recharge option when custom amount is disabled": "Por favor agregue al menos una opción de recarga cuando el monto personalizado esté desactivado",
|
||||
"Enter preset amounts": "Ingresar montos preestablecidos",
|
||||
"This product is currently not purchasable (No options available)": "Este producto actualmente no se puede comprar (No hay opciones disponibles)",
|
||||
"Order created successfully": "Pedido creado exitosamente",
|
||||
"Failed to create order": "Error al crear el pedido"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "Clave de acceso",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "Establecer contraseña",
|
||||
"Set new profile picture": "Establecer nueva foto de perfil",
|
||||
"Set password...": "Establecer contraseña...",
|
||||
"Tag": "Etiqueta",
|
||||
"Tag - Tooltip": "Etiqueta del usuario",
|
||||
"The password must contain at least one special character": "La contraseña debe contener al menos un carácter especial",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "La contraseña debe contener al menos una letra mayúscula, una minúscula y un dígito",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "Solo una organización",
|
||||
"Single org only - Tooltip": "Activado solo en la organización a la que pertenece el webhook",
|
||||
"Value": "Valor"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "Editar pedido",
|
||||
"End time": "Hora de finalización",
|
||||
"End time - Tooltip": "Cuando expira el pedido (p. ej., para compras por tiempo limitado)",
|
||||
"New Order": "Nuevo pedido",
|
||||
"Payment": "Pago",
|
||||
"Payment - Tooltip": "El pago asociado con este pedido",
|
||||
"Product": "Producto",
|
||||
"Product - Tooltip": "El producto que fue comprado",
|
||||
"Start time": "Hora de inicio",
|
||||
"Start time - Tooltip": "Cuando comienza el pedido"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -412,7 +412,7 @@
|
||||
"Phone only": "Téléphone uniquement",
|
||||
"Phone or Email": "Téléphone ou e-mail",
|
||||
"Plain": "Simple",
|
||||
"Plan": "Plan",
|
||||
"Plan": "Forfait",
|
||||
"Plan - Tooltip": "Plan d'abonnement",
|
||||
"Plans": "Offres",
|
||||
"Plans - Tooltip": "Plans - Infobulle",
|
||||
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "vide",
|
||||
"remove": "supprimer",
|
||||
"{total} in total": "{total} au total"
|
||||
"{total} in total": "{total} au total",
|
||||
"No products available": "Aucun produit disponible",
|
||||
"Orders": "Commandes",
|
||||
"Product Store": "Boutique de produits"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "Modifier le groupe",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "Page d'achat de test.",
|
||||
"There is no payment channel for this product.": "Il n'y a aucun canal de paiement pour ce produit.",
|
||||
"This product is currently not in sale.": "Ce produit n'est actuellement pas en vente.",
|
||||
"WeChat Pay": "WeChat Pay"
|
||||
"WeChat Pay": "WeChat Pay",
|
||||
"Recharge options": "Options de recharge",
|
||||
"Recharge options - Tooltip": "Montants de recharge prédéfinis",
|
||||
"Disable custom amount": "Désactiver le montant personnalisé",
|
||||
"Disable custom amount - Tooltip": "S'il faut désactiver les montants de recharge personnalisés",
|
||||
"Select amount": "Sélectionner le montant",
|
||||
"Amount": "Montant",
|
||||
"Custom amount available": "Montant personnalisé disponible",
|
||||
"Please add at least one recharge option when custom amount is disabled": "Veuillez ajouter au moins une option de recharge lorsque le montant personnalisé est désactivé",
|
||||
"Enter preset amounts": "Entrer les montants prédéfinis",
|
||||
"This product is currently not purchasable (No options available)": "Ce produit n'est actuellement pas achetable (Aucune option disponible)",
|
||||
"Order created successfully": "Commande créée avec succès",
|
||||
"Failed to create order": "Échec de la création de la commande"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "Clé d'accès",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "Définir le mot de passe",
|
||||
"Set new profile picture": "Modifier la photo de profil",
|
||||
"Set password...": "Définir le mot de passe...",
|
||||
"Tag": "Étiquette",
|
||||
"Tag - Tooltip": "Étiquette du compte",
|
||||
"The password must contain at least one special character": "Le mot de passe doit contenir au moins un caractère spécial",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "Le mot de passe doit contenir au moins une majuscule, une minuscule et un chiffre",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "Seulement une organisation",
|
||||
"Single org only - Tooltip": "Déclenché uniquement dans l'organisation à laquelle appartient le webhook",
|
||||
"Value": "Valeur"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "Modifier la commande",
|
||||
"End time": "Heure de fin",
|
||||
"End time - Tooltip": "Quand la commande expire (par exemple, pour les achats à durée limitée)",
|
||||
"New Order": "Nouvelle commande",
|
||||
"Payment": "Paiement",
|
||||
"Payment - Tooltip": "Le paiement associé à cette commande",
|
||||
"Product": "Produit",
|
||||
"Product - Tooltip": "Le produit qui a été acheté",
|
||||
"Start time": "Heure de début",
|
||||
"Start time - Tooltip": "Quand la commande commence"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "空",
|
||||
"remove": "削除",
|
||||
"{total} in total": "総計{total}"
|
||||
"{total} in total": "総計{total}",
|
||||
"No products available": "利用可能な製品がありません",
|
||||
"Orders": "注文",
|
||||
"Product Store": "製品ストア"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "グループを編集",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "テスト購入ページ。",
|
||||
"There is no payment channel for this product.": "この製品には支払いチャネルがありません。",
|
||||
"This product is currently not in sale.": "この製品は現在販売されていません。",
|
||||
"WeChat Pay": "微信支付"
|
||||
"WeChat Pay": "微信支付",
|
||||
"Recharge options": "チャージオプション",
|
||||
"Recharge options - Tooltip": "事前設定されたチャージ金額",
|
||||
"Disable custom amount": "カスタム金額を無効にする",
|
||||
"Disable custom amount - Tooltip": "カスタムチャージ金額を無効にするかどうか",
|
||||
"Select amount": "金額を選択",
|
||||
"Amount": "金額",
|
||||
"Custom amount available": "カスタム金額が利用可能",
|
||||
"Please add at least one recharge option when custom amount is disabled": "カスタム金額が無効な場合は、少なくとも1つのチャージオプションを追加してください",
|
||||
"Enter preset amounts": "事前設定金額を入力",
|
||||
"This product is currently not purchasable (No options available)": "この商品は現在購入できません(オプションがありません)",
|
||||
"Order created successfully": "注文が正常に作成されました",
|
||||
"Failed to create order": "注文の作成に失敗しました"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "アクセスキー",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "パスワードを設定する",
|
||||
"Set new profile picture": "新しいプロフィール写真を設定する",
|
||||
"Set password...": "パスワードの設定...",
|
||||
"Tag": "タグ",
|
||||
"Tag - Tooltip": "ユーザーのタグ",
|
||||
"The password must contain at least one special character": "パスワードには少なくとも1つの特殊文字が必要です",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "パスワードには少なくとも1つの大文字、1つの小文字、1つの数字が必要です",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "単一組織のみ",
|
||||
"Single org only - Tooltip": "Webhookが属する組織でのみトリガーされます",
|
||||
"Value": "値"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "注文を編集",
|
||||
"End time": "終了時刻",
|
||||
"End time - Tooltip": "注文の有効期限(例:期間限定購入の場合)",
|
||||
"New Order": "新規注文",
|
||||
"Payment": "支払い",
|
||||
"Payment - Tooltip": "この注文に関連付けられた支払い",
|
||||
"Product": "製品",
|
||||
"Product - Tooltip": "購入された製品",
|
||||
"Start time": "開始時刻",
|
||||
"Start time - Tooltip": "注文が開始される時刻"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "pusty",
|
||||
"remove": "usuń",
|
||||
"{total} in total": "łącznie {total}"
|
||||
"{total} in total": "łącznie {total}",
|
||||
"No products available": "Brak dostępnych produktów",
|
||||
"Orders": "Zamówienia",
|
||||
"Product Store": "Sklep z produktami"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "Edytuj grupę",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "Testowa strona zakupu...",
|
||||
"There is no payment channel for this product.": "Brak kanału płatności dla tego produktu.",
|
||||
"This product is currently not in sale.": "Ten produkt jest obecnie niedostępny.",
|
||||
"WeChat Pay": "Płatność WeChat"
|
||||
"WeChat Pay": "Płatność WeChat",
|
||||
"Recharge options": "Opcje doładowania",
|
||||
"Recharge options - Tooltip": "Wstępnie ustawione kwoty doładowania",
|
||||
"Disable custom amount": "Wyłącz niestandardową kwotę",
|
||||
"Disable custom amount - Tooltip": "Czy wyłączyć niestandardowe kwoty doładowania",
|
||||
"Select amount": "Wybierz kwotę",
|
||||
"Amount": "Kwota",
|
||||
"Custom amount available": "Niestandardowa kwota dostępna",
|
||||
"Please add at least one recharge option when custom amount is disabled": "Proszę dodać przynajmniej jedną opcję doładowania, gdy niestandardowa kwota jest wyłączona",
|
||||
"Enter preset amounts": "Wprowadź wstępnie ustawione kwoty",
|
||||
"This product is currently not purchasable (No options available)": "Ten produkt nie jest obecnie dostępny do zakupu (Brak dostępnych opcji)",
|
||||
"Order created successfully": "Zamówienie utworzono pomyślnie",
|
||||
"Failed to create order": "Nie udało się utworzyć zamówienia"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "Klucz dostępu",
|
||||
@@ -1271,7 +1286,7 @@
|
||||
"Address line": "Linia adresu",
|
||||
"Addresses": "Adresy",
|
||||
"Addresses - Tooltip": "Wiele adresów użytkownika",
|
||||
"Tag": "Tag",
|
||||
"Tag": "Znacznik",
|
||||
"Line 1": "Linia 1",
|
||||
"Line 2": "Linia 2",
|
||||
"City": "Miasto",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "Ustaw hasło",
|
||||
"Set new profile picture": "Ustaw nowe zdjęcie profilowe",
|
||||
"Set password...": "Ustaw hasło...",
|
||||
"Tag": "Znacznik",
|
||||
"Tag - Tooltip": "Znacznik użytkownika",
|
||||
"The password must contain at least one special character": "Hasło musi zawierać co najmniej jeden znak specjalny",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "Hasło musi zawierać co najmniej jedną wielką literę, jedną małą literę i jedną cyfrę",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "Tylko jedna organizacja",
|
||||
"Single org only - Tooltip": "Wyzwalane tylko w organizacji, do której należy webhook",
|
||||
"Value": "Wartość"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "Edytuj zamówienie",
|
||||
"End time": "Czas zakończenia",
|
||||
"End time - Tooltip": "Kiedy zamówienie wygasa (np. dla zakupów ograniczonych czasowo)",
|
||||
"New Order": "Nowe zamówienie",
|
||||
"Payment": "Płatność",
|
||||
"Payment - Tooltip": "Płatność powiązana z tym zamówieniem",
|
||||
"Product": "Produkt",
|
||||
"Product - Tooltip": "Zakupiony produkt",
|
||||
"Start time": "Czas rozpoczęcia",
|
||||
"Start time - Tooltip": "Kiedy zamówienie się rozpoczyna"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "vazio",
|
||||
"remove": "remover",
|
||||
"{total} in total": "{total} no total"
|
||||
"{total} in total": "{total} no total",
|
||||
"No products available": "Nenhum produto disponível",
|
||||
"Orders": "Pedidos",
|
||||
"Product Store": "Loja de produtos"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "Editar Grupo",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "Página de teste de compra...",
|
||||
"There is no payment channel for this product.": "Não há canal de pagamento disponível para este produto.",
|
||||
"This product is currently not in sale.": "Este produto não está disponível para venda no momento.",
|
||||
"WeChat Pay": "WeChat Pay"
|
||||
"WeChat Pay": "WeChat Pay",
|
||||
"Recharge options": "Opções de recarga",
|
||||
"Recharge options - Tooltip": "Valores de recarga predefinidos",
|
||||
"Disable custom amount": "Desativar valor personalizado",
|
||||
"Disable custom amount - Tooltip": "Se deve desativar valores de recarga personalizados",
|
||||
"Select amount": "Selecionar valor",
|
||||
"Amount": "Valor",
|
||||
"Custom amount available": "Valor personalizado disponível",
|
||||
"Please add at least one recharge option when custom amount is disabled": "Por favor, adicione pelo menos uma opção de recarga quando o valor personalizado estiver desativado",
|
||||
"Enter preset amounts": "Inserir valores predefinidos",
|
||||
"This product is currently not purchasable (No options available)": "Este produto não está disponível para compra no momento (Nenhuma opção disponível)",
|
||||
"Order created successfully": "Pedido criado com sucesso",
|
||||
"Failed to create order": "Falha ao criar pedido"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "Chave de acesso",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "Definir Senha",
|
||||
"Set new profile picture": "Definir nova foto de perfil",
|
||||
"Set password...": "Definir senha...",
|
||||
"Tag": "Etiqueta",
|
||||
"Tag - Tooltip": "Tag do usuário",
|
||||
"The password must contain at least one special character": "A senha deve conter pelo menos um caractere especial",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "A senha deve conter pelo menos uma letra maiúscula, uma minúscula e um dígito",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "Apenas uma organização",
|
||||
"Single org only - Tooltip": "Acionado apenas na organização a qual o webhook pertence",
|
||||
"Value": "Valor"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "Editar pedido",
|
||||
"End time": "Hora de término",
|
||||
"End time - Tooltip": "Quando o pedido expira (por exemplo, para compras por tempo limitado)",
|
||||
"New Order": "Novo pedido",
|
||||
"Payment": "Pagamento",
|
||||
"Payment - Tooltip": "O pagamento associado a este pedido",
|
||||
"Product": "Produto",
|
||||
"Product - Tooltip": "O produto que foi comprado",
|
||||
"Start time": "Hora de início",
|
||||
"Start time - Tooltip": "Quando o pedido começa"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "boş",
|
||||
"remove": "kaldır",
|
||||
"{total} in total": "Toplam {total} adet"
|
||||
"{total} in total": "Toplam {total} adet",
|
||||
"No products available": "Kullanılabilir ürün yok",
|
||||
"Orders": "Siparişler",
|
||||
"Product Store": "Ürün Mağazası"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "Grubu Düzenle",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "Test satın alım sayfası..",
|
||||
"There is no payment channel for this product.": "Bu ürün için ödeme kanalı yoktur.",
|
||||
"This product is currently not in sale.": "Bu ürün şu anda satışta değil.",
|
||||
"WeChat Pay": "WeChat Ödeme"
|
||||
"WeChat Pay": "WeChat Ödeme",
|
||||
"Recharge options": "Yükleme seçenekleri",
|
||||
"Recharge options - Tooltip": "Önceden ayarlanmış yükleme tutarları",
|
||||
"Disable custom amount": "Özel tutarı devre dışı bırak",
|
||||
"Disable custom amount - Tooltip": "Özel yükleme tutarlarının devre dışı bırakılıp bırakılmayacağı",
|
||||
"Select amount": "Tutar seçin",
|
||||
"Amount": "Tutar",
|
||||
"Custom amount available": "Özel tutar mevcut",
|
||||
"Please add at least one recharge option when custom amount is disabled": "Özel tutar devre dışı bırakıldığında lütfen en az bir yükleme seçeneği ekleyin",
|
||||
"Enter preset amounts": "Önceden ayarlanmış tutarları girin",
|
||||
"This product is currently not purchasable (No options available)": "Bu ürün şu anda satın alınamaz (Mevcut seçenek yok)",
|
||||
"Order created successfully": "Sipariş başarıyla oluşturuldu",
|
||||
"Failed to create order": "Sipariş oluşturulamadı"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "Erişim anahtarı",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "Parola Ayarla",
|
||||
"Set new profile picture": "Yeni profil fotoğrafı ayarla",
|
||||
"Set password...": "Parola ayarla...",
|
||||
"Tag": "Etiket",
|
||||
"Tag - Tooltip": "Kullanıcının etiketi",
|
||||
"The password must contain at least one special character": "Şifre en az bir özel karakter içermelidir",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "Şifre en az bir büyük harf, bir küçük harf ve bir rakam içermelidir",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "Yalnızca tek organizasyon",
|
||||
"Single org only - Tooltip": "Webhook'un ait olduğu organizasyonda yalnızca tetiklenir",
|
||||
"Value": "Değer"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "Siparişi Düzenle",
|
||||
"End time": "Bitiş zamanı",
|
||||
"End time - Tooltip": "Siparişin ne zaman sona ereceği (örneğin, süreli satın almalar için)",
|
||||
"New Order": "Yeni Sipariş",
|
||||
"Payment": "Ödeme",
|
||||
"Payment - Tooltip": "Bu siparişle ilişkili ödeme",
|
||||
"Product": "Ürün",
|
||||
"Product - Tooltip": "Satın alınan ürün",
|
||||
"Start time": "Başlangıç zamanı",
|
||||
"Start time - Tooltip": "Siparişin ne zaman başladığı"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "порожній",
|
||||
"remove": "видалити",
|
||||
"{total} in total": "загалом {total}"
|
||||
"{total} in total": "загалом {total}",
|
||||
"No products available": "Немає доступних продуктів",
|
||||
"Orders": "Замовлення",
|
||||
"Product Store": "Магазин продуктів"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "Редагувати групу",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "Сторінка тестової покупки..",
|
||||
"There is no payment channel for this product.": "Для цього продукту немає платіжного каналу.",
|
||||
"This product is currently not in sale.": "Цей товар наразі відсутній у продажу.",
|
||||
"WeChat Pay": "Вейчат Платіж"
|
||||
"WeChat Pay": "Вейчат Платіж",
|
||||
"Recharge options": "Варіанти поповнення",
|
||||
"Recharge options - Tooltip": "Попередньо встановлені суми поповнення",
|
||||
"Disable custom amount": "Вимкнути користувацьку суму",
|
||||
"Disable custom amount - Tooltip": "Чи вимикати користувацькі суми поповнення",
|
||||
"Select amount": "Виберіть суму",
|
||||
"Amount": "Сума",
|
||||
"Custom amount available": "Користувацька сума доступна",
|
||||
"Please add at least one recharge option when custom amount is disabled": "Будь ласка, додайте принаймні один варіант поповнення, коли користувацька сума вимкнена",
|
||||
"Enter preset amounts": "Введіть попередньо встановлені суми",
|
||||
"This product is currently not purchasable (No options available)": "Цей продукт зараз недоступний для покупки (Немає доступних варіантів)",
|
||||
"Order created successfully": "Замовлення успішно створено",
|
||||
"Failed to create order": "Не вдалося створити замовлення"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "Ключ доступу",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "Встановити пароль",
|
||||
"Set new profile picture": "Встановити нове зображення профілю",
|
||||
"Set password...": "Встановити пароль...",
|
||||
"Tag": "Тег",
|
||||
"Tag - Tooltip": "Тег користувача",
|
||||
"The password must contain at least one special character": "Пароль повинен містити хоча б один спеціальний символ",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "Пароль повинен містити принаймні одну велику літеру, одну малу літеру та одну цифру",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "Лише одна організація",
|
||||
"Single org only - Tooltip": "Активується лише в організації, якій належить вебхук",
|
||||
"Value": "Значення"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "Редагувати замовлення",
|
||||
"End time": "Час завершення",
|
||||
"End time - Tooltip": "Коли закінчується термін дії замовлення (наприклад, для покупок з обмеженим терміном)",
|
||||
"New Order": "Нове замовлення",
|
||||
"Payment": "Платіж",
|
||||
"Payment - Tooltip": "Платіж, пов'язаний з цим замовленням",
|
||||
"Product": "Продукт",
|
||||
"Product - Tooltip": "Придбаний продукт",
|
||||
"Start time": "Час початку",
|
||||
"Start time - Tooltip": "Коли починається замовлення"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -523,7 +523,10 @@
|
||||
"You must select a picture first": "You must select a picture first",
|
||||
"empty": "trống",
|
||||
"remove": "xóa",
|
||||
"{total} in total": "Trong tổng số {total}"
|
||||
"{total} in total": "Trong tổng số {total}",
|
||||
"No products available": "Không có sản phẩm nào",
|
||||
"Orders": "Đơn hàng",
|
||||
"Product Store": "Cửa hàng sản phẩm"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "Chỉnh sửa nhóm",
|
||||
@@ -878,7 +881,19 @@
|
||||
"Test buy page..": "Trang mua thử.",
|
||||
"There is no payment channel for this product.": "Không có kênh thanh toán cho sản phẩm này.",
|
||||
"This product is currently not in sale.": "Sản phẩm này hiện không được bán.",
|
||||
"WeChat Pay": "WeChat Pay"
|
||||
"WeChat Pay": "WeChat Pay",
|
||||
"Recharge options": "Tùy chọn nạp tiền",
|
||||
"Recharge options - Tooltip": "Số tiền nạp đã cài đặt trước",
|
||||
"Disable custom amount": "Vô hiệu hóa số tiền tùy chỉnh",
|
||||
"Disable custom amount - Tooltip": "Có vô hiệu hóa số tiền nạp tùy chỉnh hay không",
|
||||
"Select amount": "Chọn số tiền",
|
||||
"Amount": "Số tiền",
|
||||
"Custom amount available": "Số tiền tùy chỉnh có sẵn",
|
||||
"Please add at least one recharge option when custom amount is disabled": "Vui lòng thêm ít nhất một tùy chọn nạp tiền khi số tiền tùy chỉnh bị vô hiệu hóa",
|
||||
"Enter preset amounts": "Nhập số tiền đã cài đặt trước",
|
||||
"This product is currently not purchasable (No options available)": "Sản phẩm này hiện không thể mua được (Không có tùy chọn nào)",
|
||||
"Order created successfully": "Đơn hàng đã được tạo thành công",
|
||||
"Failed to create order": "Không thể tạo đơn hàng"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "Chìa khóa truy cập",
|
||||
@@ -1364,7 +1379,6 @@
|
||||
"Set Password": "Đặt mật khẩu",
|
||||
"Set new profile picture": "Đặt hình đại diện mới",
|
||||
"Set password...": "Đặt mật khẩu...",
|
||||
"Tag": "Thẻ",
|
||||
"Tag - Tooltip": "Thẻ của người dùng",
|
||||
"The password must contain at least one special character": "Mật khẩu phải chứa ít nhất một ký tự đặc biệt",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "Mật khẩu phải chứa ít nhất một chữ hoa, một chữ thường và một chữ số",
|
||||
@@ -1411,5 +1425,17 @@
|
||||
"Single org only": "Chỉ một tổ chức",
|
||||
"Single org only - Tooltip": "Chỉ kích hoạt trong tổ chức mà webhook thuộc về",
|
||||
"Value": "Giá trị"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "Chỉnh sửa đơn hàng",
|
||||
"End time": "Thời gian kết thúc",
|
||||
"End time - Tooltip": "Khi đơn hàng hết hạn (ví dụ: đối với các giao dịch mua có thời hạn)",
|
||||
"New Order": "Đơn hàng mới",
|
||||
"Payment": "Thanh toán",
|
||||
"Payment - Tooltip": "Khoản thanh toán liên quan đến đơn hàng này",
|
||||
"Product": "Sản phẩm",
|
||||
"Product - Tooltip": "Sản phẩm đã được mua",
|
||||
"Start time": "Thời gian bắt đầu",
|
||||
"Start time - Tooltip": "Khi đơn hàng bắt đầu"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -378,7 +378,7 @@
|
||||
"Name": "名称",
|
||||
"Name - Tooltip": "唯一的、字符串式的ID",
|
||||
"Name format": "名称格式",
|
||||
"No products available": "暂无可用商品",
|
||||
"No products available": "没有可用的产品",
|
||||
"No verification method": "没有验证方法",
|
||||
"Non-LDAP": "禁用LDAP",
|
||||
"None": "无",
|
||||
@@ -526,7 +526,8 @@
|
||||
"You must select a picture first": "您必须先选择一张图片",
|
||||
"empty": "无",
|
||||
"remove": "移除",
|
||||
"{total} in total": "{total} 总计"
|
||||
"{total} in total": "{total} 总计",
|
||||
"Orders": "订单"
|
||||
},
|
||||
"group": {
|
||||
"Edit Group": "编辑群组",
|
||||
@@ -1382,7 +1383,6 @@
|
||||
"Set Password": "设置密码",
|
||||
"Set new profile picture": "设置新头像",
|
||||
"Set password...": "设置密码...",
|
||||
"Tag": "标签",
|
||||
"Tag - Tooltip": "用户的标签",
|
||||
"The password must contain at least one special character": "密码必须包含至少一个特殊字符",
|
||||
"The password must contain at least one uppercase letter, one lowercase letter and one digit": "密码必须包含至少一个大写字母、一个小写字母和一个数字",
|
||||
@@ -1428,5 +1428,17 @@
|
||||
"Single org only": "仅本组织",
|
||||
"Single org only - Tooltip": "仅在Webhook所在组织触发",
|
||||
"Value": "值"
|
||||
},
|
||||
"order": {
|
||||
"Edit Order": "编辑订单",
|
||||
"End time": "结束时间",
|
||||
"End time - Tooltip": "订单到期时间(例如,限时购买)",
|
||||
"New Order": "新建订单",
|
||||
"Payment": "支付",
|
||||
"Payment - Tooltip": "与此订单关联的支付",
|
||||
"Product": "产品",
|
||||
"Product - Tooltip": "购买的产品",
|
||||
"Start time": "开始时间",
|
||||
"Start time - Tooltip": "订单开始时间"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user