Skip to content

Commit

Permalink
10 localization files
Browse files Browse the repository at this point in the history
10 localization files
  • Loading branch information
Maria-Volkova-Tula authored Dec 9, 2024
1 parent 06d8e0d commit 05d436e
Show file tree
Hide file tree
Showing 10 changed files with 1,122 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"customerReviews": {
"blades": {
"review-list": {
"title": "Produktbewertungen",
"labels": {
"title": "Titel",
"rating": "Bewertung",
"review": "Rezension",
"modifiedDate": "Zuletzt aktualisiert",
"no-review": "Keine Bewertungen gefunden"
},
"placeholders": {
"select-review-Status": "Bewertungsstatus auswählen",
"select-entity-type": "Entitätstyp auswählen"
}
},
"store": {
"calculate-btn": {
"title": "Produktbewertung berechnen"
}
},
"review-detail": {
"labels": {
"title": "Titel",
"content": "Inhalt",
"rating": "Bewertung",
"productName": "Produkt",
"storeName": "Shop",
"createdBy": "Erstellt von",
"createdDate": "Erstellungsdatum",
"review": "Rezension",
"status": "Status",
"average-rating": "Durchschnittliche Bewertung"
},
"commands": {
"approve": "Rezension genehmigen",
"reject": "Rezension ablehnen",
"resetReviewStatus": "Bewertungsstatus zurücksetzen"
}
},
"product-detail": {
"description": "Produktdetails"
}
},
"widgets": {
"item-detail": {
"title": "Rezensionen"
},
"product-rating": {
"title": "Bewertung"
}
},
"dialogs": {
"customerReview-save": {
"title": "Änderungen speichern",
"message": "Die Rezension wurde geändert. Möchten Sie die Änderungen speichern?"
},
"unknown-entity-type": {
"title": "Fehler beim Auflösen des Entitätstyps",
"message": "Unbekannter Typ kann nicht aufgelöst werden: '{{entityType}}'"
},
"review-delete": {
"title": "Rezension löschen",
"message": "Diese Aktion kann zu einer Bewertungsänderung führen. Sind Sie sicher, dass Sie die Rezension löschen möchten?"
}
}
},
"permissions": {
"customerReviews:read": "Produktbewertungen öffnen",
"customerReviews:update": "Rezension genehmigen, ablehnen und Status zurücksetzen",
"customerReviews:delete": "Kundendaten zur Rezension löschen",
"customerReviews:ratingRead": "Bewertung lesen",
"customerReviews:ratingRecalc": "Bewertung neu berechnen"
},
"notificationTypes": {
"CustomerReviewEmailNotification": {
"displayName": "Benachrichtigung zur Bestellanforderung",
"description": "Der Kunde erhält eine E-Mail-Benachrichtigung, wenn die Bestellung abgeschlossen ist und der Kunde kein Produktfeedback hinterlässt"
}
},
"settings": {
"CustomerReviews": {
"CustomerReviewsEnabled": {
"title": "Aktivierung von Produktbewertungen",
"description": "Aktivieren/Deaktivieren, um Kunden zu erlauben/verbieten, Feedback und Bewertungen für Produkte abzugeben"
},
"CustomerReviewsEnabledForAnonymous": {
"title": "Anonyme Produktbewertungen",
"description": "Aktivieren/Deaktivieren der Möglichkeit für nicht registrierte Benutzer, Produktbewertungen abzugeben"
},
"CanSubmitReviewWhenHasOrder": {
"title": "Nur Käufer des Produkts können neue Bewertungen erstellen",
"description": "Aktivieren, um die Abgabe von Bewertungen auf Kunden zu beschränken, die das Produkt gekauft haben"
},
"Calculation.Method": {
"title": "Methode zur Berechnung der Bewertung",
"description": "Wählen Sie die Methode zur Bestimmung der Bewertungen"
},
"CustomerReviewsEnabledRequestReviewJob": {
"title": "Automatische Aktivierung von Bewertungsanfrage-E-Mails",
"description": "Aktivieren/Deaktivieren des Jobs, der Bewertungsanfrage-E-Mails an Kunden sendet, nachdem ihre Bestellung für eine bestimmte Anzahl von Tagen in einem bestimmten Zustand verbleibt"
},
"CustomerReviewsRequestReviewCronJob": {
"title": "Cron-Ausdruck für die Ausführung des E-Mail-Jobs",
"description": "Festlegen, um den Bewertungsanfrage-E-Mail-Job zu planen. Beispiele:\n- Aufgabe alle X Minuten ausführen: \"0/x * * * *\"\n- Alle X Stunden zur 00-Minuten-Marke ausführen: \"0 */X * * *\"\n- Minuten angeben: \"15 */x * * *\"\n- Alle X Tage um Mitternacht ausführen: \"0 0 */x * *\""
},
"CustomerReviewsRequestReviewDaysInState": {
"title": "Tage vor dem Übergang des Bestellstatus",
"description": "Geben Sie die Anzahl der Tage an, die eine Bestellung in einem Zustand bleibt, bevor ein Übergang ausgelöst wird"
},
"CustomerReviewsRequestReviewOrderInState": {
"title": "Bestellstatus für Bewertungsanfrage",
"description": "Geben Sie den Bestellstatus an, der automatische Bewertungsanfrage-E-Mails an Kunden auslöst"
},
"CustomerReviewsRequestReviewMaxRequests": {
"title": "Maximale Anzahl an E-Mails an Kunden",
"description": "Begrenzen Sie die maximale Anzahl von Bewertungsanfrage-E-Mails, die innerhalb eines bestimmten Zeitraums an einen Kunden gesendet werden"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"customerReviews": {
"blades": {
"review-list": {
"title": "Product Reviews",
"title": "Product reviews",
"labels": {
"title": "Title",
"rating": "Rating",
"review": "Review",
"modifiedDate": "Last updated",
"no-review": "No Reviews found"
"no-review": "No reviews found"
},
"placeholders": {
"select-review-Status": "Select review status",
Expand All @@ -34,8 +34,8 @@
"average-rating": "Average rating"
},
"commands": {
"approve": "Approve Review",
"reject": "Reject Review",
"approve": "Approve review",
"reject": "Reject review",
"resetReviewStatus": "Reset review status"
}
},
Expand Down Expand Up @@ -68,56 +68,55 @@
},
"permissions": {
"customerReviews:read": "Open product reviews",
"customerReviews:update": "Approve, reject and reset review status",
"customerReviews:update": "Approve, reject, and reset review status",
"customerReviews:delete": "Delete customer review related data",
"customerReviews:ratingRead": "Read rating",
"customerReviews:ratingRecalc": "Recalculate rating"
},
"notificationTypes": {
"CustomerReviewEmailNotification": {
"displayName": "Order request review notification",
"description": "The customer will get an email notification when the order is completed and the customer does not leave any product feedback."
"description": "The customer gets an email notification when the order is completed and the customer does not leave any product feedback"
}
},
"settings": {
"CustomerReviews": {
"CustomerReviewsEnabled": {
"title": "Product reviews enabled",
"description": "When enabled, customers can provide feedback and reviews for products."
"title": "Product reviews activation",
"description": "Enable/ disable to allow/prohibit customers to provide feedback and reviews for products"
},
"CustomerReviewsEnabledForAnonymous": {
"title": "Allow anonymous to submit product reviews",
"description": "Enabling this option allows non-registered users to share their opinions on products."
"title": "Anonymous product reviews",
"description": "Enable/ disable the ability for non-registered users to submit product reviews"
},
"CanSubmitReviewWhenHasOrder": {
"title": "Only customer who bought product can create new review",
"description": "This restriction ensures that reviews are authored by genuine buyers."
"title": "Only buyers of the product can create new reviews",
"description": "Enable to restrict review submissions to customers who have bought the product"
},
"Calculation.Method": {
"title": "Rating calculation method",
"description": "Defines the approach or algorithm employed to determine ratings based on specific criteria or parameters. "
"description": "Select the method to determine ratings"
},
"CustomerReviewsEnabledRequestReviewJob": {
"title": "Auto Review Email Enabled",
"description": "Enable job to send emails requesting a review to customer when order is in state after x days"
"title": "Automatic activation of review request emails",
"description": "Enable/ disable job that sends review request emails to customers after their order remains in a specific state for a defined number of days"
},
"CustomerReviewsRequestReviewCronJob": {
"title": "Cron expression for processing job execution",
"description": "The value is a regular CRON expression.\nTo run task every X minutes please use \"0/x * * * *\".\nTo run it every X hours at 00 minutes use \"0 */X * * *\". You can also specify minutes: \"15 */x * * *\"\nTo run it every X days at midnight use \"0 0 */x * *\""
"title": "Cron expression for email job execution",
"description": "Set to schedule review request email job. Examples:\n- Run the task every X minutes: \"0/x * * * *\"\n- Run it every X hours at the 00 minute mark: \"0 */X * * *\"\n- Specify minutes: \"15 */x * * *\"\n- Run it every X days at midnight: \"0 0 */x * *\""
},
"CustomerReviewsRequestReviewDaysInState": {
"title": "Order state at x days",
"description": "Specifies the duration in days after which an order transitions to a new state."
"title": "Days before transitioning order state",
"description": "Specify the number of days an order stays in a state before a transition is triggered"
},
"CustomerReviewsRequestReviewOrderInState": {
"title": "Order state to send mails",
"description": "Defines the order state at which emails are automatically sent to customers."
"title": "Order state for review request",
"description": "Specify the order state that triggers automatic review request emails to customers"
},
"CustomerReviewsRequestReviewMaxRequests": {
"title": "Max e-mails sent to customer",
"description": "Limits the maximum number of emails that can be sent to a customer within a specified timeframe."
"title": "Maximum e-mails sent to customer",
"description": "Limit the maximum number of review request emails sent to a customer within a specified timeframe"
}

}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"customerReviews": {
"blades": {
"review-list": {
"title": "Reseñas de productos",
"labels": {
"title": "Título",
"rating": "Calificación",
"review": "Reseña",
"modifiedDate": "Última actualización",
"no-review": "No se encontraron reseñas"
},
"placeholders": {
"select-review-Status": "Seleccionar estado de la reseña",
"select-entity-type": "Seleccionar tipo de entidad"
}
},
"store": {
"calculate-btn": {
"title": "Calcular calificación del producto"
}
},
"review-detail": {
"labels": {
"title": "Título",
"content": "Contenido",
"rating": "Calificación de la reseña",
"productName": "Producto",
"storeName": "Tienda",
"createdBy": "Creado por",
"createdDate": "Fecha de creación",
"review": "Reseña",
"status": "Estado",
"average-rating": "Calificación promedio"
},
"commands": {
"approve": "Aprobar reseña",
"reject": "Rechazar reseña",
"resetReviewStatus": "Restablecer estado de la reseña"
}
},
"product-detail": {
"description": "Detalle del producto"
}
},
"widgets": {
"item-detail": {
"title": "Reseñas"
},
"product-rating": {
"title": "Calificación"
}
},
"dialogs": {
"customerReview-save": {
"title": "Guardar cambios",
"message": "La reseña ha sido modificada. ¿Desea guardar los cambios?"
},
"unknown-entity-type": {
"title": "Error al resolver el tipo de entidad",
"message": "No se puede resolver un tipo desconocido: '{{entityType}}'"
},
"review-delete": {
"title": "Eliminar reseña",
"message": "Esta acción puede resultar en un cambio de calificación. ¿Está seguro de que desea eliminar la reseña?"
}
}
},
"permissions": {
"customerReviews:read": "Abrir reseñas de productos",
"customerReviews:update": "Aprobar, rechazar y restablecer estado de la reseña",
"customerReviews:delete": "Eliminar datos relacionados con la reseña del cliente",
"customerReviews:ratingRead": "Leer calificación",
"customerReviews:ratingRecalc": "Recalcular calificación"
},
"notificationTypes": {
"CustomerReviewEmailNotification": {
"displayName": "Notificación de solicitud de pedido",
"description": "El cliente recibe una notificación por correo electrónico cuando el pedido se completa y el cliente no deja comentarios sobre el producto"
}
},
"settings": {
"CustomerReviews": {
"CustomerReviewsEnabled": {
"title": "Activación de reseñas de productos",
"description": "Habilitar/deshabilitar para permitir/prohibir que los clientes proporcionen comentarios y reseñas de productos"
},
"CustomerReviewsEnabledForAnonymous": {
"title": "Reseñas de productos anónimas",
"description": "Habilitar/deshabilitar la capacidad de usuarios no registrados para enviar reseñas de productos"
},
"CanSubmitReviewWhenHasOrder": {
"title": "Solo los compradores del producto pueden crear nuevas reseñas",
"description": "Habilitar para restringir el envío de reseñas a clientes que han comprado el producto"
},
"Calculation.Method": {
"title": "Método de cálculo de calificación",
"description": "Seleccione el método para determinar las calificaciones"
},
"CustomerReviewsEnabledRequestReviewJob": {
"title": "Activación automática de correos electrónicos de solicitud de reseña",
"description": "Habilitar/deshabilitar el trabajo que envía correos electrónicos de solicitud de reseña a los clientes después de que su pedido permanece en un estado específico durante un número definido de días"
},
"CustomerReviewsRequestReviewCronJob": {
"title": "Expresión Cron para la ejecución del trabajo de correo electrónico",
"description": "Configurar para programar el trabajo de correo electrónico de solicitud de reseña. Ejemplos:\n- Ejecutar la tarea cada X minutos: \"0/x * * * *\"\n- Ejecutarlo cada X horas en el minuto 00: \"0 */X * * *\"\n- Especificar minutos: \"15 */x * * *\"\n- Ejecutarlo cada X días a medianoche: \"0 0 */x * *\""
},
"CustomerReviewsRequestReviewDaysInState": {
"title": "Días antes de la transición del estado del pedido",
"description": "Especifique el número de días que un pedido permanece en un estado antes de que se active una transición"
},
"CustomerReviewsRequestReviewOrderInState": {
"title": "Estado del pedido para solicitud de reseña",
"description": "Especifique el estado del pedido que activa automáticamente los correos electrónicos de solicitud de reseña a los clientes"
},
"CustomerReviewsRequestReviewMaxRequests": {
"title": "Máximo de correos electrónicos enviados al cliente",
"description": "Limitar el número máximo de correos electrónicos de solicitud de reseña enviados a un cliente dentro de un período de tiempo especificado"
}
}
}
}
Loading

0 comments on commit 05d436e

Please sign in to comment.