Skip to content

Commit e9a0a50

Browse files
Merge pull request #7865 from woocommerce/merge/10.7-final-to-trunk
Merge 10.7 final to trunk
2 parents 4cb3480 + 4943a22 commit e9a0a50

35 files changed

+297
-44
lines changed

WooCommerce/Resources/ar.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-07 11:36:50+0000 */
1+
/* Translation-Revision-Date: 2022-10-11 14:54:04+0000 */
22
/* Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: ar */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "أدخل عنوان بريدك الإلكتروني لتسجيل الدخول، أو أنشئ حسابًا على ووردبريس.كوم.";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "أدخِل عنوان بريد الإلكتروني لتسجيل الدخول لإدارة متاجر WooCommerce الخاصة بك أو إنشاء حساب ووردبريس.كوم.";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "أدخل رابط موقعك الحالي";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "قم بتسجيل الدخول للاطلاع على إحصاءات اليوم.";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "الإيرادات: ⚠ لا توجد بيانات";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "الإيرادات: %1$@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠ لا توجد بيانات";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "الإيرادات";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "يتعذر إحضار إحصاءات اليوم";
62526267

WooCommerce/Resources/de.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-06 15:54:03+0000 */
1+
/* Translation-Revision-Date: 2022-10-12 09:54:04+0000 */
22
/* Plural-Forms: nplurals=2; plural=n != 1; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: de */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "Gib deine E-Mail-Adresse ein, um dich anzumelden, oder erstelle ein WordPress.com-Konto.";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "Melde dich mit deiner E-Mail-Adresse an, um deine WooCommerce-Shops zu verwalten oder ein WordPress.com-Konto zu erstellen.";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "Gib deine bestehende Website-Adresse ein";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "Melde dich an, um dir die heutigen Statistiken anzusehen.";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "Einnahmen: ⚠ Keine Daten";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "Einnahmen: %1$@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠ Keine Daten";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "Einnahmen";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "Die heutigen Statistiken konnten nicht abgerufen werden";
62526267

WooCommerce/Resources/es.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-05 11:54:04+0000 */
1+
/* Translation-Revision-Date: 2022-10-11 09:54:03+0000 */
22
/* Plural-Forms: nplurals=2; plural=n != 1; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: es */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "Escribe tu dirección de correo electrónico para acceder o crea una cuenta de WordPress.com.";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "Introduce tu dirección de correo electrónico para acceder y gestionar tus tiendas de WooCommerce o crear una cuenta de WordPress.com.";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "Introduce la dirección de tu sitio existente";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "Accede para consultar las estadísticas de hoy.";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "Ingresos: ⚠ no hay datos";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "Ingresos: %1$@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠ No hay datos";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "Ingresos";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "No se han podido recuperar las estadísticas de hoy.";
62526267

WooCommerce/Resources/fr.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-07 16:29:42+0000 */
1+
/* Translation-Revision-Date: 2022-10-11 09:54:04+0000 */
22
/* Plural-Forms: nplurals=2; plural=n > 1; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: fr */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "Entrez votre adresse e-mail pour vous connecter ou créez un compte WordPress.com.";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "Entrez votre adresse e-mail pour vous connecter et gérer vos boutiques WooCommerce ou créez un compte WordPress.com.";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "Saisissez l’adresse de votre site actuel";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "Connectez-vous pour voir les statistiques du jour.";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "Revenus : ⚠ Aucune donnée";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "Revenus : %1$@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠ Aucune donnée";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "Revenu";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "Impossible de récupérer les statistiques du jour";
62526267

WooCommerce/Resources/he.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-07 09:54:21+0000 */
1+
/* Translation-Revision-Date: 2022-10-13 09:54:22+0000 */
22
/* Plural-Forms: nplurals=2; plural=n != 1; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: he_IL */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "יש להזין את כתובת האימייל שלך כדי להתחבר או ליצור חשבון ב-WordPress.com.";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "יש להזין את כתובת האימייל שלך כדי להתחבר לניהול חנויות ה-WooCommerce שלך או כדי ליצור חשבון ב-WordPress.com.";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "יש להזין את הכתובת של האתר החדש שלך";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "יש להתחבר כדי לראות את הנתונים הסטטיסטיים מהיום.";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "הכנסה: ⚠ אין נתונים";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "הכנסה: $1%@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "אין נתונים";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "הכנסה";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "אין אפשרות להביא את הנתונים הסטטיסטיים מהיום";
62526267

WooCommerce/Resources/id.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-06 13:54:03+0000 */
1+
/* Translation-Revision-Date: 2022-10-11 09:54:04+0000 */
22
/* Plural-Forms: nplurals=2; plural=n > 1; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: id */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "Masukkan alamat email Anda untuk login atau membuat akun WordPress.com.";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "Masukkan alamat email Anda untuk login dan mengelola toko WooCommerce atau membuat akun WordPress.com.";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "Masukkan alamat situs Anda yang sudah ada";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "Login untuk melihat statistik hari ini.";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "Pendapatan: ⚠ Tidak Ada Data";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "Pendapatan: %1$@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠ Tidak Ada Data";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "Pendapatan";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "Tidak dapat mengambil statistik hari ini";
62526267

WooCommerce/Resources/it.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-05 16:54:03+0000 */
1+
/* Translation-Revision-Date: 2022-10-12 19:54:04+0000 */
22
/* Plural-Forms: nplurals=2; plural=n != 1; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: it */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "Inserisci il tuo indirizzo e-mail per accedere o creare un account WordPress.com.";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "Inserisci il tuo indirizzo e-mail per accedere per gestire i tuoi negozi WooCommerce o creare un account WordPress.com.";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "Inserisci l'indirizzo del sito esistente";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "Accedi per visualizzare le statistiche di oggi.";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "Guadagno: ⚠ Nessun dato";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "Guadagno: %1$@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠ Nessun dato";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "Guadagno";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "Impossibile recuperare le statistiche di oggi";
62526267

WooCommerce/Resources/ja.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-07 09:54:21+0000 */
1+
/* Translation-Revision-Date: 2022-10-12 09:54:04+0000 */
22
/* Plural-Forms: nplurals=1; plural=0; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: ja_JP */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "メールアドレスを入力してログインするか、WordPress.com アカウントを作成します。";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "メールアドレスを入力してログインし、WooCommerce ストアを管理するか、WordPress.com アカウントを作成します。";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "既存のサイトアドレスを入力";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "ログインして今日の統計情報を確認しましょう。";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "収益: ⚠データがありません";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "収益: %1$@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠データがありません";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "収益";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "今日の統計情報を取得できません";
62526267

WooCommerce/Resources/ko.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Translation-Revision-Date: 2022-10-06 17:54:03+0000 */
1+
/* Translation-Revision-Date: 2022-10-12 15:54:03+0000 */
22
/* Plural-Forms: nplurals=1; plural=0; */
33
/* Generator: GlotPress/2.4.0-alpha */
44
/* Language: ko_KR */
@@ -1930,6 +1930,9 @@ which should be translated separately and considered part of this sentence. */
19301930
/* Instruction text on the initial email address entry screen. */
19311931
"Enter your email address to log in or create a WordPress.com account." = "이메일 주소를 입력하여 로그인하거나 워드프레스닷컴 계정을 만드세요.";
19321932

1933+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1934+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "우커머스 스토어를 관리하거나 워드프레스닷컴 계정을 생성하려면 이메일 주소를 사용하여 로그인하세요.";
1935+
19331936
/* Button title. Takes the user to the login by site address flow. */
19341937
"Enter your existing site address" = "이미 있는 사이트 주소 입력";
19351938

@@ -6247,6 +6250,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
62476250
/* Title label when the widget does not have a logged-in store. */
62486251
"storeWidgets.notLoggedInView.notLoggedIn" = "로그인하여 오늘의 통계를 보세요.";
62496252

6253+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
6254+
"storeWidgets.storeInfoInlineWidget.noData" = "수익: ⚠ 데이터 없음";
6255+
6256+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
6257+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "수익: %1$@";
6258+
6259+
/* Label when the widget can't fetch data. */
6260+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠ 데이터 없음";
6261+
6262+
/* Revenue title label for the store info widget */
6263+
"storeWidgets.storeInfoRectangularWidget.revenue" = "수익";
6264+
62506265
/* Title label when the widget can't fetch data. */
62516266
"storeWidgets.unableToFetchView.unableToFetch" = "오늘의 통계를 가져올 수 없음";
62526267

0 commit comments

Comments
 (0)