Skip to content

Commit

Permalink
Merge pull request #1316 from nextcloud/release/0.10.0
Browse files Browse the repository at this point in the history
Create release 0.10.0
%MINOR%
  • Loading branch information
christianlupus authored Nov 6, 2022
2 parents 60a2138 + 42ee807 commit f5aa8bd
Show file tree
Hide file tree
Showing 19 changed files with 45 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]



## 0.10.0 - 2022-11-06

### Changed
- Update app to be compatible with Nextcloud server version 25 @christianlupus

### Fixed
- Allow import of recipes with HowToSections
[#1255](https://github.com/nextcloud/cookbook/pull/1255) @christianlupus
Expand Down
3 changes: 2 additions & 1 deletion l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OC.L10N.register(
"Failed to load search results" : "Nepodařilo se načíst výsledky vyhledávání",
"Dismiss" : "Zahodit",
"Cancel" : "Storno",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Přerušit úpravy"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
3 changes: 2 additions & 1 deletion l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"Failed to load search results" : "Nepodařilo se načíst výsledky vyhledávání",
"Dismiss" : "Zahodit",
"Cancel" : "Storno",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Přerušit úpravy"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}
3 changes: 2 additions & 1 deletion l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OC.L10N.register(
"Failed to load search results" : "Fehler beim Laden der Suchergebnisse",
"Dismiss" : "Verwerfen",
"Cancel" : "Abbrechen",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Bearbeitung abbrechen"
},
"nplurals=2; plural=(n != 1);");
3 changes: 2 additions & 1 deletion l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"Failed to load search results" : "Fehler beim Laden der Suchergebnisse",
"Dismiss" : "Verwerfen",
"Cancel" : "Abbrechen",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Bearbeitung abbrechen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
3 changes: 2 additions & 1 deletion l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OC.L10N.register(
"Failed to load search results" : "Fehler beim Laden der Suchergebnisse",
"Dismiss" : "Ablehnen",
"Cancel" : "Abbrechen",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Bearbeitung abbrechen"
},
"nplurals=2; plural=(n != 1);");
3 changes: 2 additions & 1 deletion l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"Failed to load search results" : "Fehler beim Laden der Suchergebnisse",
"Dismiss" : "Ablehnen",
"Cancel" : "Abbrechen",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Bearbeitung abbrechen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
3 changes: 2 additions & 1 deletion l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OC.L10N.register(
"Failed to load search results" : "Fallo al cargar los resultados de la búsqueda",
"Dismiss" : "Descartar",
"Cancel" : "Cancelar",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Abortar edición"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
3 changes: 2 additions & 1 deletion l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"Failed to load search results" : "Fallo al cargar los resultados de la búsqueda",
"Dismiss" : "Descartar",
"Cancel" : "Cancelar",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Abortar edición"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
3 changes: 2 additions & 1 deletion l10n/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OC.L10N.register(
"Failed to load search results" : "Nem sikerült betölteni a találatokat",
"Dismiss" : "Eltüntetés",
"Cancel" : "Mégse",
"OK" : "Rendben"
"OK" : "Rendben",
"Abort editing" : "Szerkesztés megszakítása"
},
"nplurals=2; plural=(n != 1);");
3 changes: 2 additions & 1 deletion l10n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"Failed to load search results" : "Nem sikerült betölteni a találatokat",
"Dismiss" : "Eltüntetés",
"Cancel" : "Mégse",
"OK" : "Rendben"
"OK" : "Rendben",
"Abort editing" : "Szerkesztés megszakítása"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
3 changes: 2 additions & 1 deletion l10n/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OC.L10N.register(
"Failed to load search results" : "Nie udało się załadować wyników wyszukiwania",
"Dismiss" : "Odrzuć",
"Cancel" : "Anuluj",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Przerwij edycję"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
3 changes: 2 additions & 1 deletion l10n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"Failed to load search results" : "Nie udało się załadować wyników wyszukiwania",
"Dismiss" : "Odrzuć",
"Cancel" : "Anuluj",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "Przerwij edycję"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}
3 changes: 2 additions & 1 deletion l10n/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OC.L10N.register(
"Failed to load search results" : "Arama sonuçları yüklenemedi",
"Dismiss" : "Yok say",
"Cancel" : "İptal",
"OK" : "Tamam"
"OK" : "Tamam",
"Abort editing" : "Düzenlemekten vazgeç"
},
"nplurals=2; plural=(n > 1);");
3 changes: 2 additions & 1 deletion l10n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"Failed to load search results" : "Arama sonuçları yüklenemedi",
"Dismiss" : "Yok say",
"Cancel" : "İptal",
"OK" : "Tamam"
"OK" : "Tamam",
"Abort editing" : "Düzenlemekten vazgeç"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
3 changes: 3 additions & 0 deletions l10n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ OC.L10N.register(
"Search recipes with this keyword" : "用这个关键词搜索菜谱",
"Date created" : "创建日期",
"Last modified" : "最后更改",
"Preparation time (H:MM)" : "准备时间 (H:MM)",
"Cooking time (H:MM)" : "烹饪时间 (H:MM)",
"Total time (H:MM)" : "总时间 (H:MM)",
"Serving Size" : "食用份量",
"Energy" : "能量",
"Sugar" : "糖",
Expand Down
3 changes: 3 additions & 0 deletions l10n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
"Search recipes with this keyword" : "用这个关键词搜索菜谱",
"Date created" : "创建日期",
"Last modified" : "最后更改",
"Preparation time (H:MM)" : "准备时间 (H:MM)",
"Cooking time (H:MM)" : "烹饪时间 (H:MM)",
"Total time (H:MM)" : "总时间 (H:MM)",
"Serving Size" : "食用份量",
"Energy" : "能量",
"Sugar" : "",
Expand Down
3 changes: 2 additions & 1 deletion l10n/zh_HK.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OC.L10N.register(
"Failed to load search results" : "無法加載搜尋結果",
"Dismiss" : "撤銷",
"Cancel" : "取消",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "中止編輯"
},
"nplurals=1; plural=0;");
3 changes: 2 additions & 1 deletion l10n/zh_HK.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"Failed to load search results" : "無法加載搜尋結果",
"Dismiss" : "撤銷",
"Cancel" : "取消",
"OK" : "OK"
"OK" : "OK",
"Abort editing" : "中止編輯"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit f5aa8bd

Please sign in to comment.