diff --git a/media/locales/cs/seafile-editor.json b/media/locales/cs/seafile-editor.json index f45fa1e9cd..4a44c5d98f 100644 --- a/media/locales/cs/seafile-editor.json +++ b/media/locales/cs/seafile-editor.json @@ -227,5 +227,7 @@ "Insert_below": "Insert below", "Insert_above": "Insert above", "Insert_on_the_right": "Insert on the right", - "Insert_on_the_left": "Insert on the left" + "Insert_on_the_left": "Insert on the left", + "Row(s)": "row(s)", + "Column(s)": "column(s)" } diff --git a/media/locales/de/seafile-editor.json b/media/locales/de/seafile-editor.json index f4da9b7778..84ea40d01e 100644 --- a/media/locales/de/seafile-editor.json +++ b/media/locales/de/seafile-editor.json @@ -227,5 +227,7 @@ "Insert_below": "Insert below", "Insert_above": "Insert above", "Insert_on_the_right": "Insert on the right", - "Insert_on_the_left": "Insert on the left" + "Insert_on_the_left": "Insert on the left", + "Row(s)": "row(s)", + "Column(s)": "column(s)" } diff --git a/media/locales/en/seafile-editor.json b/media/locales/en/seafile-editor.json index ca7bd86e9a..d8c013f926 100644 --- a/media/locales/en/seafile-editor.json +++ b/media/locales/en/seafile-editor.json @@ -227,5 +227,7 @@ "Insert_below": "Insert below", "Insert_above": "Insert above", "Insert_on_the_right": "Insert on the right", - "Insert_on_the_left": "Insert on the left" + "Insert_on_the_left": "Insert on the left", + "Row(s)": "row(s)", + "Column(s)": "column(s)" } diff --git a/media/locales/es/seafile-editor.json b/media/locales/es/seafile-editor.json index b07e9270e5..2566622a3e 100644 --- a/media/locales/es/seafile-editor.json +++ b/media/locales/es/seafile-editor.json @@ -227,5 +227,7 @@ "Insert_below": "Insert below", "Insert_above": "Insert above", "Insert_on_the_right": "Insert on the right", - "Insert_on_the_left": "Insert on the left" + "Insert_on_the_left": "Insert on the left", + "Row(s)": "row(s)", + "Column(s)": "column(s)" } diff --git a/media/locales/fr/seafile-editor.json b/media/locales/fr/seafile-editor.json index f039a8e18e..4e07d5923f 100644 --- a/media/locales/fr/seafile-editor.json +++ b/media/locales/fr/seafile-editor.json @@ -227,5 +227,7 @@ "Insert_below": "Insérer en-dessous", "Insert_above": "Insérer au-dessus", "Insert_on_the_right": "Insérer à droite", - "Insert_on_the_left": "Insérer à gauche" + "Insert_on_the_left": "Insérer à gauche", + "Row(s)": "ligne(s)", + "Column(s)": "colonne(s)" } diff --git a/media/locales/it/seafile-editor.json b/media/locales/it/seafile-editor.json index 62a08f15b1..f024aab950 100644 --- a/media/locales/it/seafile-editor.json +++ b/media/locales/it/seafile-editor.json @@ -227,5 +227,7 @@ "Insert_below": "Insert below", "Insert_above": "Insert above", "Insert_on_the_right": "Insert on the right", - "Insert_on_the_left": "Insert on the left" + "Insert_on_the_left": "Insert on the left", + "Row(s)": "row(s)", + "Column(s)": "column(s)" } diff --git a/media/locales/ru/seafile-editor.json b/media/locales/ru/seafile-editor.json index 84460b1b5f..99830ebfa2 100644 --- a/media/locales/ru/seafile-editor.json +++ b/media/locales/ru/seafile-editor.json @@ -227,5 +227,7 @@ "Insert_below": "Вставить ниже", "Insert_above": "Вставить выше", "Insert_on_the_right": "Вставить справа", - "Insert_on_the_left": "Вставить слева" + "Insert_on_the_left": "Вставить слева", + "Row(s)": "строк", + "Column(s)": "столбцов" } diff --git a/media/locales/zh_CN/seafile-editor.json b/media/locales/zh_CN/seafile-editor.json index 5133134665..e1e83da6a1 100644 --- a/media/locales/zh_CN/seafile-editor.json +++ b/media/locales/zh_CN/seafile-editor.json @@ -227,5 +227,7 @@ "Insert_below": "在下方插入", "Insert_above": "在上方插入", "Insert_on_the_right": "在右侧插入", - "Insert_on_the_left": "在左侧插入" + "Insert_on_the_left": "在左侧插入", + "Row(s)": "行", + "Column(s)": "列" }