Skip to content

Commit

Permalink
CHANGED: translation sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-natalya committed Oct 28, 2024
1 parent ed380ae commit 2cbb45b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/arabic-standard.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `، `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/chinese-simplified.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `:`,
_comma: `、`,
_dot: `。`,
Expand Down
1 change: 1 addition & 0 deletions src/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ export const text = {
unfollow: `Unfollow`,
unlimited: `Unlimited`,
upload: `Upload`,
uploadFiles: `Upload files`,
uploadNew: `Upload new`,
uploadNewPost: `Upload new post`,
uploadNewProduct: `Upload new product`,
Expand Down
1 change: 1 addition & 0 deletions src/french.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: ` : `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/german.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/hindi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `| `,
Expand Down
1 change: 1 addition & 0 deletions src/indonesian.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/japanese.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `:`,
_comma: `、`,
_dot: `。`,
Expand Down
1 change: 1 addition & 0 deletions src/korean.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/portuguese.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/russian.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/spanish.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/thai.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/vietnamese.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
uploadFiles: `(en) Upload files`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down

0 comments on commit 2cbb45b

Please sign in to comment.